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

This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.

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

Summary

Types

@type t() :: %ExGram.Model.Game{
  animation: ExGram.Model.Animation.t() | nil,
  description: String.t(),
  photo: [ExGram.Model.PhotoSize.t()],
  text: String.t() | nil,
  text_entities: [ExGram.Model.MessageEntity.t()] | nil,
  title: String.t()
}

Functions