mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 15:14:39 +01:00
434 B
434 B
title | description |
---|---|
notifyUsers | notifyUsers attributes, type and example |
Constructor: notifyUsers
Type: NotifyPeer
Example:
$notifyUsers = ['_' => 'notifyUsers', ];
PWRTelegram json-encoded version:
{"_":"notifyUsers"}
Or, if you're into Lua:
notifyUsers={_='notifyUsers', }