Uses of Class
org.drinkless.tdlib.TdApi.NotificationSettingsScope
Packages that use TdApi.NotificationSettingsScope
-
Uses of TdApi.NotificationSettingsScope in org.drinkless.tdlib
Subclasses of TdApi.NotificationSettingsScope in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Notification settings applied to all channel chats when the corresponding chat setting has a default value.static class
Notification settings applied to all basic group and supergroup chats when the corresponding chat setting has a default value.static class
Notification settings applied to all private and secret chats when the corresponding chat setting has a default value.Fields in org.drinkless.tdlib declared as TdApi.NotificationSettingsScopeModifier and TypeFieldDescriptionTdApi.GetChatNotificationSettingsExceptions.scope
If specified, only chats from the scope will be returned; pass null to return chats from all scopes.TdApi.GetScopeNotificationSettings.scope
Types of chats for which to return the notification settings information.TdApi.SetScopeNotificationSettings.scope
Types of chats for which to change the notification settings.TdApi.UpdateScopeNotificationSettings.scope
Types of chats for which notification settings were updated.Constructors in org.drinkless.tdlib with parameters of type TdApi.NotificationSettingsScopeModifierConstructorDescriptionGetChatNotificationSettingsExceptions
(TdApi.NotificationSettingsScope scope, boolean compareSound) Creates a function, which returns the list of chats with non-default notification settings for new messages.Creates a function, which returns the notification settings for chats of a given type.SetScopeNotificationSettings
(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings) Creates a function, which changes notification settings for chats of a given type.UpdateScopeNotificationSettings
(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings) Notification settings for some type of chats were updated.