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