UpdateDeleteMessages constructor

UpdateDeleteMessages({
  1. required int chatId,
  2. required List<int> messageIds,
  3. required bool isPermanent,
  4. required bool fromCache,
})

Implementation

UpdateDeleteMessages({
  required this.chatId,
  required this.messageIds,
  required this.isPermanent,
  required this.fromCache,
});