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

621 B

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

Constructor: peerNotifySettingsEmpty

Back to constructors index

Empty peer notify settings

Type: PeerNotifySettings

Example:

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

PWRTelegram json-encoded version:

{"_": "peerNotifySettingsEmpty"}

Or, if you're into Lua:

peerNotifySettingsEmpty={_='peerNotifySettingsEmpty'}