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