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