RemoveTopChat constructor
const
RemoveTopChat({
- required TopChatCategory category,
- required int chatId,
Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled
Implementation
const RemoveTopChat({
required this.category,
required this.chatId,
});