mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 04:59:25 +01:00
342 B
342 B
title | description |
---|---|
notifyUsers | notifyUsers attributes, type and example |
Constructor: notifyUsers
Type: NotifyPeer
Example:
$notifyUsers = ['_' => 'notifyUsers', ];
Or, if you're into Lua:
notifyUsers={_='notifyUsers', }