RichBlockCollage
A collage, corresponding to the custom HTML tag <tg-collage>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “collage” |
blocks | RichBlock[] | required | Elements of the collage |
caption | RichBlockCaption | optional | Optional. Caption of the block |
import
import type { RichBlockCollage } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockcollage