599 B
599 B
title | description | image |
---|---|---|
peerNotifyEventsEmpty | Empty peer notify events | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerNotifyEventsEmpty
Empty peer notify events
Type: PeerNotifyEvents
Example:
$peerNotifyEventsEmpty = ['_' => 'peerNotifyEventsEmpty'];
PWRTelegram json-encoded version:
{"_": "peerNotifyEventsEmpty"}
Or, if you're into Lua:
peerNotifyEventsEmpty={_='peerNotifyEventsEmpty'}