mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
439 B
439 B
title | description |
---|---|
notifyChats | notifyChats attributes, type and example |
Constructor: notifyChats
Attributes:
Name | Type | Required |
---|
Type: NotifyPeer
Example:
$notifyChats = ['_' => 'notifyChats', ];
Or, if you're into Lua:
notifyChats={_='notifyChats', }