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