ExGram.Model.InlineQuery (ex_gram v0.55.1)

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

Summary

Types

t()

@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

decode_as()