ExGram.Model.InlineQuery (ex_gram v0.30.0) View Source
This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequery
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.InlineQuery{ chat_type: String.t() | nil, from: ExGram.Model.User.t(), id: String.t(), location: ExGram.Model.Location.t() | nil, offset: String.t(), query: String.t() }