- API ›
- Constructors ›
- Phone ›
- GroupCallStars
GroupCallStars
---types--- phone.groupCallStars#9d1dbd26 total_stars:long top_donors:Vector<GroupCallDonor> chats:Vector<Chat> users:Vector<User> = phone.GroupCallStars
Belongs to
| phone.GroupCallStars |
In Rust this constructor is a variant of the enums::phone.GroupCallStars enum.
Match on it with: if let enums::phone.GroupCallStars::GroupCallStars(v) = result { ... }