updateUserBlocked

User was added to the blacklist (method contacts.block) or removed from the blacklist (method contacts.unblock).

Constructor schema is available as of layer 119. Switch ยป

Parameters

Name Type Description
user_id int User id
blocked Bool (boolTrue) if the the user is blocked

Type

Update

Related pages

boolTrue

The constructor can be interpreted as a booleantrue value.

contacts.block

Adds the user to the blacklist.

contacts.unblock

Deletes the user from the blacklist.