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