GramIO API Reference / gramio/dist / TelegramRichTextHashtag
Interface: TelegramRichTextHashtag
Defined in: @gramio/types/out/objects.d.ts:7601
A hashtag.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
hashtag | string | The hashtag | @gramio/types/out/objects.d.ts:7613 |
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7609 |
type | "hashtag" | Type of the rich text, always “hashtag” | @gramio/types/out/objects.d.ts:7605 |