View Source Telegex.Type.InputTextMessageContent (Telegex v1.0.0-rc.9)

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

Link to this section Summary

Link to this section 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
}