827 B
827 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];
PWRTelegram json-encoded version:
{"_": "contactBlocked", "user_id": int, "date": int}
Or, if you're into Lua:
contactBlocked={_='contactBlocked', user_id=int, date=int}