GramIO API Reference / gramio/dist / TelegramInputRichBlockSlideshow
Interface: TelegramInputRichBlockSlideshow
Defined in: @gramio/types/out/objects.d.ts:8682
A slideshow, corresponding to the custom HTML tag <tg-slideshow>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blocks | TelegramInputRichBlock[] | Elements of the slideshow | @gramio/types/out/objects.d.ts:8690 |
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8694 |
type | "slideshow" | Type of the block, always “slideshow” | @gramio/types/out/objects.d.ts:8686 |