GetTopChats constructor

GetTopChats({
  1. TopChatCategory? category,
  2. required int limit,
})

Implementation

GetTopChats({this.category, required this.limit});