MadelineProtoDocs/old_docs/API_docs_v66/constructors/peerNotifyEventsEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

599 B

title description image
peerNotifyEventsEmpty Empty peer notify events https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: peerNotifyEventsEmpty

Back to constructors index

Empty peer notify events

Type: PeerNotifyEvents

Example:

$peerNotifyEventsEmpty = ['_' => 'peerNotifyEventsEmpty'];

PWRTelegram json-encoded version:

{"_": "peerNotifyEventsEmpty"}

Or, if you're into Lua:

peerNotifyEventsEmpty={_='peerNotifyEventsEmpty'}