MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputNotifyUsers.md

491 B

title description image
inputNotifyUsers Notifications generated by all users. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyUsers

Back to constructors index

Notifications generated by all users.

Type: InputNotifyPeer

Example:

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

Or, if you're into Lua:

inputNotifyUsers={_='inputNotifyUsers'}