MadelineProto/old_docs/API_docs_v65/constructors/inputPeerNotifyEventsAll.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

455 B

title description
inputPeerNotifyEventsAll inputPeerNotifyEventsAll attributes, type and example

Constructor: inputPeerNotifyEventsAll

Back to constructors index

Type: InputPeerNotifyEvents

Example:

$inputPeerNotifyEventsAll = ['_' => 'inputPeerNotifyEventsAll', ];

Or, if you're into Lua:

inputPeerNotifyEventsAll={_='inputPeerNotifyEventsAll', }