Skip to content

InputRichMessage

Type · TDLib 1.8.67 · d1085f9c

A rich message to send. Total length of all texts, including custom emoji alternative text and formula source, must not exceed getOption("rich_message_text_length_max"). The total number of all blocks, list items and table rows must not exceed getOption("rich_message_block_count_max"). The maximum allowed depth of nested blocks and rich texts is getOption("rich_message_depth_max"). The total number of media in all blocks must not exceed getOption("rich_message_media_count_max"). The maximum allowed number of table columns is getOption("rich_message_table_column_count_max")

InputRichMessage(
  source: RichMessageSource,
  is_rtl: Bool,
  detect_automatic_blocks: Bool
) → InputRichMessage

source

RichMessageSource

Source of the rich message

is_rtl

Bool

Pass true if the message must be shown from right to left

detect_automatic_blocks

Bool

Pass true to enable detection of URLs, email addresses and other automatic blocks