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