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