GetTopChats constructor

GetTopChats({
  1. String? extra,
  2. int? client_id,
  3. TopChatCategory? category,
  4. int32? limit,
})

Implementation

GetTopChats({
  super.extra,
  super.client_id,
  this.category,
  this.limit,
});