1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:37:51 +01:00
MadelineProto/old_docs/API_docs_v41/constructors/inputPeerNotifyEventsAll.md

552 B

title description
inputPeerNotifyEventsAll inputPeerNotifyEventsAll attributes, type and example

Constructor: inputPeerNotifyEventsAll

Back to constructors index

Attributes:

Name Type Required

Type: InputPeerNotifyEvents

Example:

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

Or, if you're into Lua:

inputPeerNotifyEventsAll={_='inputPeerNotifyEventsAll', }