starGiftAttributeBackdrop
The backdrop of a collectible gift ».
type tg.StarGiftAttributeBackdrop struct { /* ... */ }
Implements StarGiftAttribute.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Name | string | yes | Name of the backdrop |
BackdropID | int | yes | Unique ID of the backdrop |
CenterColor | int | yes | Color of the center of the backdrop in RGB24 format. |
EdgeColor | int | yes | Color of the edges of the backdrop in RGB24 format. |
PatternColor | int | yes | Color of the starGiftAttributePattern applied on the backdrop in RGB24 format. |
TextColor | int | yes | Color of the text on the backdrop in RGB24 format. |
Rarity | StarGiftAttributeRarityClass | yes | Rarity of this backdrop. |
References
- Official documentation
- Generated Go reference
- TL definition:
starGiftAttributeBackdrop#9f2504e4