RichTextTextMention
A mention of a Telegram user by their identifier.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “text_mention” |
text | RichText | required | The text |
user | User | required | The mentioned user |
import
import type { RichTextTextMention } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtexttextmention