GramIO API Reference / gramio/dist / TelegramRichTextTextMention
Interface: TelegramRichTextTextMention
Defined in: @gramio/types/out/objects.d.ts:7381
A mention of a Telegram user by their identifier.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7389 |
type | "text_mention" | Type of the rich text, always “text_mention” | @gramio/types/out/objects.d.ts:7385 |
user | TelegramUser | The mentioned user | @gramio/types/out/objects.d.ts:7393 |