ExGram.Model.GiftBackground (ex_gram v0.64.0)

Copy Markdown View Source

This object describes the background of a gift.

Check the documentation of this model on Telegram Bot API

  • center_color: Center color of the background in RGB format
  • edge_color: Edge color of the background in RGB format
  • text_color: Text color of the background in RGB format

Summary

Types

t()

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

Functions

decode_as()