View Source Telegex.Type.InlineQueryResultsButton (Telegex v1.8.0)
This object represents a button to be shown above inline query results. You must use exactly one of the optional fields.
Summary
Types
@type t() :: %Telegex.Type.InlineQueryResultsButton{ start_parameter: String.t() | nil, text: String.t(), web_app: Telegex.Type.WebAppInfo.t() | nil }