starGiftBackground
Contains the default background palette of a gift type ».
type tg.StarGiftBackground struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
CenterColor | int | yes | Center color of the background palette, in RGB24 format. |
EdgeColor | int | yes | Edge color of the background palette, in RGB24 format. |
TextColor | int | yes | Text color to use on top of the background palette, in RGB24 format. |
References
- Official documentation
- Generated Go reference
- TL definition:
starGiftBackground#aff56398