ex_gram v0.11.0 ExGram.Model.Game View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.Game{
animation: ExGram.Model.Animation.t(),
description: String.t(),
photo: [ExGram.Model.PhotoSize.t()],
text: String.t(),
text_entities: [ExGram.Model.MessageEntity.t()],
title: String.t()
}