starGiftAttributeCounter
Indicates the total number of gifts that have the specified attribute.
type tg.StarGiftAttributeCounter struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Attribute | StarGiftAttributeIDClass | yes | The attribute (just the ID, without the attribute itself). |
Count | int | yes | Total number of gifts with this attribute. |
References
- Official documentation
- Generated Go reference
- TL definition:
starGiftAttributeCounter#2eb1b658