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

This object describes the colors of the backdrop of a unique gift.

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

Summary

Types

@type t() :: %ExGram.Model.UniqueGiftBackdropColors{
  center_color: integer(),
  edge_color: integer(),
  symbol_color: integer(),
  text_color: integer()
}

Functions