View Source Telegex.Type.InlineQuery (Telegex v1.8.0)

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

Summary

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