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