Rich messages

InputRichBlockCollage

A collage, corresponding to the custom HTML tag <tg-collage>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “collage”
blocksInputRichBlock[]requiredElements of the collage
captionRichBlockCaptionoptionalOptional. Caption of the block

import

types.ts
import type { InputRichBlockCollage } from "@yaebal/types";

used by

types