DeleteChatMessagesByDate constructor
      const
      DeleteChatMessagesByDate({})
     
    
Deletes all messages between the specified dates in a chat. Supported only for private chats and basic groups. Messages sent in the last 30 seconds will not be deleted
Implementation
const DeleteChatMessagesByDate({
  required this.chatId,
  required this.minDate,
  required this.maxDate,
  required this.revoke,
});