ultra-telegram-framework
Preparing search index...
types/telegram
RichTextMention
Interface RichTextMention
A mention by a username.
interface
RichTextMention
{
text
:
RichText
;
type
:
string
;
username
:
string
;
}
Index
Properties
text
type
username
Properties
text
text
:
RichText
The text
type
type
:
string
Type of the rich text, always "mention"
username
username
:
string
The username
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
type
username
ultra-telegram-framework
Loading...
A mention by a username.