723 B
723 B
title | description | image |
---|---|---|
contactBlocked | A blocked user. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contactBlocked
A blocked user.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User identifier |
date | int | Yes | Date blacklisted |
Type: ContactBlocked
Example:
$contactBlocked = ['_' => 'contactBlocked', 'user_id' => int, 'date' => int];
Or, if you're into Lua:
contactBlocked={_='contactBlocked', user_id=int, date=int}