MadelineProto/docs/TD_docs/constructors/notificationSettingsForGroupChats.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

934 B

title description
notificationSettingsForGroupChats Notification settings applied to all group and broadcast channel chats (supergroup channels have no common settings)

Constructor: notificationSettingsForGroupChats

Back to constructors index

Notification settings applied to all group and broadcast channel chats (supergroup channels have no common settings)

Attributes:

Name Type Required Description

Type: NotificationSettingsScope

Example:

$notificationSettingsForGroupChats = ['_' => 'notificationSettingsForGroupChats'];

PWRTelegram json-encoded version:

{"_": "notificationSettingsForGroupChats"}

Or, if you're into Lua:

notificationSettingsForGroupChats={_='notificationSettingsForGroupChats'}