GetTopChats constructor
GetTopChats({
- String? extra,
- int? client_id,
- TopChatCategory? category,
- int32? limit,
Implementation
GetTopChats({
super.extra,
super.client_id,
this.category,
this.limit,
});