PartyDeclineInvite
Declines a pending party invitation.
The invitation must have been received before calling this method.
Отклоняет ожидающее приглашение в пати.
Приглашение должно быть получено до вызова этого метода.
procedure PartyDeclineInvite;
def PartyDeclineInvite() -> None: ...
begin
PartyDeclineInvite;
AddToSystemJournal('Party invitation declined');
end.
PartyDeclineInvite()
AddToSystemJournal('Party invitation declined')