View Source Telegex.Type.InlineQuery (Telegex v1.0.0-rc.3)

This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.InlineQuery{
  chat_type: String.t() | nil,
  from: Telegex.Type.User.t(),
  id: String.t(),
  location: Telegex.Type.Location.t() | nil,
  offset: String.t(),
  query: String.t()
}