ExGram.Model.InputTextMessageContent (ex_gram v0.55.1)

View Source

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

t()

@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

decode_as()