- API ›
- Constructors ›
- StatsGroupTopPoster
StatsGroupTopPoster
---types--- statsGroupTopPoster#9d04af9b user_id:long messages:int avg_chars:int = StatsGroupTopPoster
Belongs to
| StatsGroupTopPoster |
In Rust this constructor is a variant of the enums::StatsGroupTopPoster enum.
Match on it with: if let enums::StatsGroupTopPoster::StatsGroupTopPoster(v) = result { ... }