ExGram.Model.InlineQueryResultsButton (ex_gram v0.40.0) View Source
This object represents a button to be shown above inline query results. You must use exactly one of the optional fields.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultsbutton
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.InlineQueryResultsButton{
start_parameter: String.t() | nil,
text: String.t(),
web_app: ExGram.Model.WebAppInfo.t() | nil
}