Rich messages

InputRichBlockSlideshow

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

fields

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

import

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

used by

types