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