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

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

Summary

Types

@type 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()
}

Functions