ExGram.Model.UniqueGiftBackdropColors (ex_gram v0.55.1)

View Source

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

t()

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

Functions

decode_as()