View Source ExGram.Model.InputTextMessageContent (ex_gram v0.41.0)
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{ disable_web_page_preview: boolean() | nil, entities: [ExGram.Model.MessageEntity.t()] | nil, message_text: String.t(), parse_mode: String.t() | nil }