600 B
600 B
title | description |
---|---|
contactBlocked | contactBlocked attributes, type and example |
Constructor: contactBlocked
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
date | int | Yes |
Type: ContactBlocked
Example:
$contactBlocked = ['_' => 'contactBlocked', 'user_id' => int, 'date' => int, ];
Or, if you're into Lua:
contactBlocked={_='contactBlocked', user_id=int, date=int, }