MadelineProto/docs/TD_docs/constructors/notificationSettingsForChat.md
2017-07-23 16:33:46 +02:00

864 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];

PWRTelegram json-encoded version:

{"_": "notificationSettingsForChat", "chat_id": long}

Or, if you're into Lua:

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