ExGram.Model.Game (ex_gram v0.40.0) View Source
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
Link to this section Summary
Link to this section Types
Specs
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()
}