UpdatePeerBlocked

class pyrogram.raw.types.UpdatePeerBlocked

We blocked a peer, see here » for more info on blocklists.

Constructor of Update.

Details:
  • Layer: 187

  • ID: EBE07752

Parameters:
  • peer_id (Peer) – The (un)blocked peer

  • blocked (bool, optional) – Whether the peer was blocked or unblocked

  • blocked_my_stories_from (bool, optional) – Whether the peer was added/removed to/from the story blocklist; if not set, this update affects the main blocklist, see here » for more info.