copyWith method
Implementation
UpdateQuickReplyShortcut copyWith({QuickReplyShortcut? shortcut}) =>
UpdateQuickReplyShortcut(shortcut: shortcut ?? this.shortcut);
UpdateQuickReplyShortcut copyWith({QuickReplyShortcut? shortcut}) =>
UpdateQuickReplyShortcut(shortcut: shortcut ?? this.shortcut);