peyk.platforms.telegram.types.rich_block_slideshow¶
Classes
|
A slideshow, corresponding to the custom HTML tag . |
- class peyk.platforms.telegram.types.rich_block_slideshow.RichBlockSlideshow(items: List[object] | None = None)[source]¶
Bases:
objectA slideshow, corresponding to the custom HTML tag .
- Variables:
type – Type of the block, always ‘slideshow’
blocks – Elements of the slideshow
caption – Caption of the block
- items: List[object] | None = None¶