Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PartyDeclineInvite

Declines a pending party invitation.

The invitation must have been received before calling this method.

Отклоняет ожидающее приглашение в пати.

Приглашение должно быть получено до вызова этого метода.

Pascal

procedure PartyDeclineInvite;

Python

def PartyDeclineInvite() -> None: ...

Pascal Example

begin
  PartyDeclineInvite;
  AddToSystemJournal('Party invitation declined');
end.

Python Example

PartyDeclineInvite()
AddToSystemJournal('Party invitation declined')

See Also

PartyAcceptInvite, InParty, InviteToParty