View Source Telegex.Type.InputTextMessageContent (Telegex v1.3.2)

Represents the content of a text message to be sent as the result of an inline query.

Summary

Types

@type t() :: %Telegex.Type.InputTextMessageContent{
  disable_web_page_preview: boolean() | nil,
  entities: [Telegex.Type.MessageEntity.t()] | nil,
  message_text: String.t(),
  parse_mode: String.t() | nil
}