copyWith method
Implementation
SetPinnedForumTopics copyWith({int? chatId, List<int>? forumTopicIds}) =>
SetPinnedForumTopics(
chatId: chatId ?? this.chatId,
forumTopicIds: forumTopicIds ?? this.forumTopicIds,
);
SetPinnedForumTopics copyWith({int? chatId, List<int>? forumTopicIds}) =>
SetPinnedForumTopics(
chatId: chatId ?? this.chatId,
forumTopicIds: forumTopicIds ?? this.forumTopicIds,
);