Skip to content

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>.

Documentation

Properties

PropertyTypeDescriptionDefined in
align?TelegramRichBlockButtonsAlignOptional. Horizontal alignment of the buttons. Currently, must be one of “left”, “center”, or “right”.@gramio/types/out/objects.d.ts:8228
buttonsTelegramRichMessageButton[]The buttons@gramio/types/out/objects.d.ts:8224
type"buttons"Type of the block, always “buttons”@gramio/types/out/objects.d.ts:8220