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