View Source ExGram.Model.InlineQueryResultsButton (ex_gram v0.52.2)

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

Summary

Types

@type t() :: %ExGram.Model.InlineQueryResultsButton{
  start_parameter: String.t() | nil,
  text: String.t(),
  web_app: ExGram.Model.WebAppInfo.t() | nil
}

Functions