View Source ExGram.Model.UniqueGift (ex_gram v0.55.0)
This object describes a unique gift that was upgraded from a regular gift.
Check the documentation of this model in https://core.telegram.org/bots/api#uniquegift
Summary
Types
@type t() :: %ExGram.Model.UniqueGift{ backdrop: ExGram.Model.UniqueGiftBackdrop.t(), base_name: String.t(), model: ExGram.Model.UniqueGiftModel.t(), name: String.t(), number: integer(), symbol: ExGram.Model.UniqueGiftSymbol.t() }