View Source ExTDLib.Object.ScopeNotificationSettings (ExTDLib v0.0.4)

Contains information about notification settings for several chats.

NameTypeDescription
mute_fornumberTime left before notifications will be unmuted, in seconds.
sound_idstringIdentifier of the notification sound to be played; 0 if sound is disabled.
show_previewboolTrue, if message content must be displayed in notifications.
use_default_mute_storiesboolIf true, story notifications are received only for the first 5 chats from topChatCategoryUsers regardless of the value of mute_stories.
mute_storiesboolTrue, if story notifications are disabled.
story_sound_idstringIdentifier of the notification sound to be played for stories; 0 if sound is disabled.
show_story_senderboolTrue, if the sender of stories must be displayed in notifications.
disable_pinned_message_notificationsboolTrue, if notifications for incoming pinned messages will be created as for an ordinary unread message.
disable_mention_notificationsboolTrue, if notifications for messages with mentions will be created as for an ordinary unread message.

More details on telegram's documentation.