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

This object describes the backdrop of a unique gift.

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

Summary

Types

@type t() :: %ExGram.Model.UniqueGiftBackdrop{
  colors: ExGram.Model.UniqueGiftBackdropColors.t(),
  name: String.t(),
  rarity_per_mille: integer()
}

Functions