contacts.BlockedSlice#

class pyrogram.raw.types.contacts.BlockedSlice#

Incomplete list of blocked users.

Constructor of Blocked.

Details:
  • Layer: 158

  • ID: E1664194

Parameters:
  • count (int 32-bit) – Total number of elements in the list.

  • blocked (List of PeerBlocked) – List of blocked users.

  • chats (List of Chat) – Blocked chats.

  • users (List of User) – List of users.

Functions:

This object can be returned by 1 function.

contacts.GetBlocked

Returns the list of blocked users.