copyWith method
Implementation
SetChatDescription copyWith({int? chatId, String? description}) =>
SetChatDescription(
chatId: chatId ?? this.chatId,
description: description ?? this.description,
);
SetChatDescription copyWith({int? chatId, String? description}) =>
SetChatDescription(
chatId: chatId ?? this.chatId,
description: description ?? this.description,
);