MadelineProto/old_docs/API_docs_v27/constructors/contactBlocked.md

510 B

title description
contactBlocked contactBlocked attributes, type and example

Constructor: contactBlocked

Back to constructors index

Attributes:

Name Type Required
user_id int Required
date int Required

Type: ContactBlocked

Example:

$contactBlocked = ['_' => 'contactBlocked', 'user_id' => int, 'date' => int, ];