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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions