- API ›
- Constructors ›
- StatsGroupTopInviter
StatsGroupTopInviter
---types--- statsGroupTopInviter#535f779d user_id:long invitations:int = StatsGroupTopInviter
Belongs to
| StatsGroupTopInviter |
In Rust this constructor is a variant of the enums::StatsGroupTopInviter enum.
Match on it with: if let enums::StatsGroupTopInviter::StatsGroupTopInviter(v) = result { ... }