GramIO API Reference / gramio/dist / TelegramRichTextMention
Interface: TelegramRichTextMention
Defined in: @gramio/types/out/objects.d.ts:7581
A mention by a username.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7589 |
type | "mention" | Type of the rich text, always “mention” | @gramio/types/out/objects.d.ts:7585 |
username | string | The username | @gramio/types/out/objects.d.ts:7593 |