GramIO API Reference / gramio/dist / TelegramRichBlockButtons
Interface: TelegramRichBlockButtons
Defined in: @gramio/types/out/objects.d.ts:8216
A block containing a list of buttons that are shown in one row, corresponding to the custom HTML tag <tg-button-row>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
align? | TelegramRichBlockButtonsAlign | Optional. Horizontal alignment of the buttons. Currently, must be one of “left”, “center”, or “right”. | @gramio/types/out/objects.d.ts:8228 |
buttons | TelegramRichMessageButton[] | The buttons | @gramio/types/out/objects.d.ts:8224 |
type | "buttons" | Type of the block, always “buttons” | @gramio/types/out/objects.d.ts:8220 |