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

A placeholder, currently holds no information. Use BotFather to set up your game.

Check the documentation of this model in https://core.telegram.org/bots/api#callbackgame

Summary

Types

@type t() :: %ExGram.Model.CallbackGame{
  chat_id: integer() | nil,
  disable_edit_message: boolean() | nil,
  force: boolean() | nil,
  inline_message_id: String.t() | nil,
  message_id: integer() | nil,
  score: integer(),
  user_id: integer()
}

Functions