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