RichMessage¶
- class pyrogram.types.RichMessage[source]¶
Rich formatted message.
- Parameters:
blocks (List of
RichBlock) – Content of the message.is_rtl (
bool, optional) – True, if the rich message must be shown right-to-left.is_partial (
bool, optional) – True, if these blocks are only the beginning of the message: a rich message too large to travel inline arrives truncated, andget_rich_message()fetches the whole of it.