1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 13:46:54 +01:00
MadelineProto/docs/TD_docs/constructors/notificationSettingsForChat.md

742 B

title description
notificationSettingsForChat Notification settings applied to particular chat

Constructor: notificationSettingsForChat

Back to constructors index

Notification settings applied to particular chat

Attributes:

Name Type Required Description
chat_id long Yes Chat identifier

Type: NotificationSettingsScope

Example:

$notificationSettingsForChat = ['_' => 'notificationSettingsForChat', 'chat_id' => long, ];

Or, if you're into Lua:

notificationSettingsForChat={_='notificationSettingsForChat', chat_id=long, }