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