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