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