MadelineProtoDocs/old_docs/API_docs_v66/constructors/peerNotifyEventsEmpty.md

497 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'];

Or, if you're into Lua:

peerNotifyEventsEmpty={_='peerNotifyEventsEmpty'}