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

AddChatUserIgnore

Ignore messages from selected mobile (means messaged will not be shown in journal and can be taken by script methods).

NB: Not actual for connected clients.

Params:

Mobile : Name of mobile to be ignored.

DWS\Pascal Script:

procedure AddChatUserIgnore(User : String);

Python:

def AddChatUserIgnore(User)