InputRichBlockSlideshow¶
- class pyrogram.types.InputRichBlockSlideshow[source]¶
A slideshow block, corresponding to the HTML tag
<slideshow>.Displays a set of media blocks in a slideshow/carousel layout.
- Parameters:
items (List of
InputRichBlock) – Media blocks in the slideshow (typicallyInputRichBlockPhoto,InputRichBlockVideo, etc.).caption (
str|RichText, optional) – Caption of the slideshow.