RemoveTopChat constructor

const RemoveTopChat({
  1. required TopChatCategory category,
  2. 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,
});