View Source ExGram.Model.InputTextMessageContent (ex_gram v0.52.1)

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

Check the documentation of this model in https://core.telegram.org/bots/api#inputtextmessagecontent

Summary

Types

@type t() :: %ExGram.Model.InputTextMessageContent{
  entities: [ExGram.Model.MessageEntity.t()] | nil,
  link_preview_options: ExGram.Model.LinkPreviewOptions.t() | nil,
  message_text: String.t(),
  parse_mode: String.t() | nil
}

Functions