Telegex v0.1.0 Telegex.Model.CallbackQuery View Source

Link to this section Summary

Functions

Convert map data to Elixir.Telegex.Model.CallbackQuery. Unlike struct/2, this function will convert nested struct fields together.

Link to this section Types

Specs

t() :: %Telegex.Model.CallbackQuery{
  chat_instance: String.t(),
  data: String.t() | nil,
  from: Telegex.Model.User.t(),
  game_short_name: String.t() | nil,
  id: String.t(),
  inline_message_id: String.t() | nil,
  message: Telegex.Model.Message.t() | nil
}

Link to this section Functions

Convert map data to Elixir.Telegex.Model.CallbackQuery. Unlike struct/2, this function will convert nested struct fields together.