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