RichTextMention
A mention by a username.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “mention” |
text | RichText | required | The text |
username | string | required | The username |
import
import type { RichTextMention } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextmention