View Source ExGram.Model.UniqueGiftModel (ex_gram v0.55.0)

This object describes the model of a unique gift.

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

Summary

Types

@type t() :: %ExGram.Model.UniqueGiftModel{
  name: String.t(),
  rarity_per_mille: integer(),
  sticker: ExGram.Model.Sticker.t()
}

Functions