MadelineProtoDocs/old_docs/API_docs_v14/constructors/contactBlocked.md

723 B

title description image
contactBlocked A blocked user. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contactBlocked

Back to constructors index

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}