DeleteChatHistory constructor

DeleteChatHistory({
  1. required int chatId,
  2. required bool removeFromChatList,
  3. required bool revoke,
})

Implementation

DeleteChatHistory({
  required this.chatId,
  required this.removeFromChatList,
  required this.revoke,
});