copyWith method
Implementation
SendChatScreenshotTakenNotification copyWith({
int? chatId,
}) => SendChatScreenshotTakenNotification(
chatId: chatId ?? this.chatId,
);
SendChatScreenshotTakenNotification copyWith({
int? chatId,
}) => SendChatScreenshotTakenNotification(
chatId: chatId ?? this.chatId,
);