Skip to content

RichMessage

Type · TDLib 1.8.67 · d1085f9c

Describes a message with rich formatting

RichMessage(
  blocks: list of PageBlock,
  is_rtl: Bool,
  is_full: Bool
) → RichMessage

blocks

list of PageBlock

Content of the message

is_rtl

Bool

True, if the message must be shown from right to left

is_full

Bool

True, if the object contains the full message. Otherwise, getFullRichMessage must be used to get the full message