InputRichMessage

class pyrogram.types.InputRichMessage[source]

Describes a checklist to create.

Parameters:
  • html (str, optional) – Content of the rich message to send described using HTML formatting. See rich message formatting options for more details.

  • markdown (str, optional) – Content of the rich message to send described using Markdown formatting. See rich message formatting options for more details.

  • is_rtl (bool, optional) – Pass True if the rich message must be shown right-to-left.

  • skip_entity_detection (bool, optional) – Pass True to skip automatic detection of entities (e.g., URLs, email addresses, username mentions, hashtags, cashtags, bot commands, or phone numbers) in the text.