ExGram.Model.InputRichMessageContent (ex_gram v0.67.0)

Copy Markdown View Source

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

Check the documentation of this model on Telegram Bot API

  • rich_message: The message to be sent

Summary

Types

t()

@type t() :: %ExGram.Model.InputRichMessageContent{
  rich_message: ExGram.Model.InputRichMessage.t()
}

Functions

decode_as()