MadelineProtoDocs/docs/API_docs/constructors/contacts.blocked.md

924 B

title description image redirect_from
contacts.blocked Full list of blocked users. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/contacts_blocked.html

Constructor: contacts.blocked

Back to constructors index

Full list of blocked users.

Attributes:

Name Type Required Description
blocked Array of ContactBlocked Yes List of blocked users
users Array of User Yes List of users

Type: contacts.Blocked

Example:

$contacts.blocked = ['_' => 'contacts.blocked', 'blocked' => [ContactBlocked, ContactBlocked], 'users' => [User, User]];

Or, if you're into Lua:

contacts.blocked={_='contacts.blocked', blocked={ContactBlocked}, users={User}}