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

Contains information about notification settings for a chat or a forum topic.

NameTypeDescription
use_default_mute_forboolIf true, the value for the relevant type of chat or the forum chat is used instead of mute_for.
mute_fornumberTime left before notifications will be unmuted, in seconds.
use_default_soundboolIf true, the value for the relevant type of chat or the forum chat is used instead of sound_id.
sound_idstringIdentifier of the notification sound to be played for messages; 0 if sound is disabled.
use_default_show_previewboolIf true, the value for the relevant type of chat or the forum chat is used instead of show_preview.
show_previewboolTrue, if message content must be displayed in notifications.
use_default_mute_storiesboolIf true, the value for the relevant type of chat is used instead of mute_stories.
mute_storiesboolTrue, if story notifications are disabled for the chat.
use_default_story_soundboolIf true, the value for the relevant type of chat is used instead of story_sound_id.
story_sound_idstringIdentifier of the notification sound to be played for stories; 0 if sound is disabled.
use_default_show_story_senderboolIf true, the value for the relevant type of chat is used instead of show_story_sender.
show_story_senderboolTrue, if the sender of stories must be displayed in notifications.
use_default_disable_pinned_message_notificationsboolIf true, the value for the relevant type of chat or the forum chat is used instead of disable_pinned_message_notifications.
disable_pinned_message_notificationsboolIf true, notifications for incoming pinned messages will be created as for an ordinary unread message.
use_default_disable_mention_notificationsboolIf true, the value for the relevant type of chat or the forum chat is used instead of disable_mention_notifications.
disable_mention_notificationsboolIf true, notifications for messages with mentions will be created as for an ordinary unread message.

More details on telegram's documentation.