MadelineProto/docs/TD_docs/constructors/notificationSettingsForGroupChats.md

823 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', ];

Or, if you're into Lua:

notificationSettingsForGroupChats={_='notificationSettingsForGroupChats', }