peyk.platforms.telegram.types.rich_text_mention¶
Classes
|
A mention by a username. |
- class peyk.platforms.telegram.types.rich_text_mention.RichTextMention(text: str = '', user_id: int = 0, type: str = 'mention')[source]¶
Bases:
objectA mention by a username.
- Variables:
type (str) – Type of the rich text, always ‘mention’
text (str) – The text
username – The username
- text: str = ''¶
- user_id: int = 0¶
- type: str = 'mention'¶