- API ›
- Constructors ›
- Stats ›
- PublicForwards
PublicForwards
---types--- stats.publicForwards#93037e20 count:int forwards:Vector<PublicForward> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stats.PublicForwards
Belongs to
| stats.PublicForwards |
In Rust this constructor is a variant of the enums::stats.PublicForwards enum.
Match on it with: if let enums::stats.PublicForwards::PublicForwards(v) = result { ... }