copyWith method
Implementation
CreateSecretChat copyWith({int? secretChatId}) =>
CreateSecretChat(secretChatId: secretChatId ?? this.secretChatId);
CreateSecretChat copyWith({int? secretChatId}) =>
CreateSecretChat(secretChatId: secretChatId ?? this.secretChatId);