ExGram.Model.InputTextMessageContent (ex_gram v0.40.0) 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
Link to this section Summary
Link to this section Types
Specs
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 }