ExGram.Model.UniqueGiftBackdrop (ex_gram v0.55.1)

View Source

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

t()

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

Functions

decode_as()