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