RemoveTopChat constructor
RemoveTopChat({
- TopChatCategory? category,
- required int chatId,
Implementation
RemoveTopChat({this.category, required this.chatId});
RemoveTopChat({this.category, required this.chatId});