RemoveTopChat constructor

RemoveTopChat({
  1. TopChatCategory? category,
  2. required int chatId,
})

Implementation

RemoveTopChat({this.category, required this.chatId});