peyk.platforms.telegram.types.rich_text_reference¶
Classes
|
A reference. |
- class peyk.platforms.telegram.types.rich_text_reference.RichTextReference(text: str = '', type: str = 'reference')[source]¶
Bases:
objectA reference.
- Variables:
type (str) – Type of the rich text, always ‘reference’
text (str) – Text of the reference
name – The name of the reference
- text: str = ''¶
- type: str = 'reference'¶