- API ›
- Constructors ›
- StarGiftBackground
StarGiftBackground
---types--- starGiftBackground#aff56398 center_color:int edge_color:int text_color:int = StarGiftBackground
Belongs to
| StarGiftBackground |
In Rust this constructor is a variant of the enums::StarGiftBackground enum.
Match on it with: if let enums::StarGiftBackground::StarGiftBackground(v) = result { ... }