RichMessage¶
- class pyrogram.types.RichMessage[source]¶
Rich formatted message.
- Parameters:
blocks (List of
pyrogram.types.RichBlock) – Content of the message.is_rtl (
bool, optional) – True, if the rich message must be shown right-to-left.
Rich formatted message.
blocks (List of pyrogram.types.RichBlock) – Content of the message.
is_rtl (bool, optional) – True, if the rich message must be shown right-to-left.