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