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