650 B
650 B
title | description | image |
---|---|---|
peerBlocked | peerBlocked attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerBlocked
Attributes:
Name | Type | Required |
---|---|---|
peer_id | Peer | Yes |
date | int | Yes |
Type: PeerBlocked
Example:
$peerBlocked = ['_' => 'peerBlocked', 'peer_id' => Peer, 'date' => int];
Or, if you're into Lua:
peerBlocked={_='peerBlocked', peer_id=Peer, date=int}