GramIO API Reference / gramio/dist / TelegramInputRichBlockCollage
Interface: TelegramInputRichBlockCollage
Defined in: @gramio/types/out/objects.d.ts:8662
A collage, corresponding to the custom HTML tag <tg-collage>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blocks | TelegramInputRichBlock[] | Elements of the collage | @gramio/types/out/objects.d.ts:8670 |
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8674 |
type | "collage" | Type of the block, always “collage” | @gramio/types/out/objects.d.ts:8666 |