MadelineProtoDocs/old_docs/API_docs_v66/constructors/peerNotifySettingsEmpty.md

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

Or, if you're into Lua:

peerNotifySettingsEmpty={_='peerNotifySettingsEmpty'}