haskell-tdlib-2.1.21.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.RichMessage

Documentation

data RichMessage Source #

Constructors

RichMessage

Describes a message with rich formatting

Fields

  • blocks :: Maybe [PageBlock]

    Content of the message

  • is_rtl :: Maybe Bool

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

  • is_full :: Maybe Bool

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