mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
714 B
714 B
title | description | nav_exclude | image |
---|---|---|---|
peerBlocked | Information about a blocked peer | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerBlocked
Information about a blocked peer
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer_id | Peer | Yes | Peer ID |
date | int | Yes | When was the peer blocked |
Type: PeerBlocked
Example:
$peerBlocked = ['_' => 'peerBlocked', 'peer_id' => Peer, 'date' => int];