Uses of Class
org.drinkless.tdlib.TdApi.NotificationSettingsScope
-
Packages that use TdApi.NotificationSettingsScope Package Description org.drinkless.tdlib -
-
Uses of TdApi.NotificationSettingsScope in org.drinkless.tdlib
Subclasses of TdApi.NotificationSettingsScope in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.NotificationSettingsScopeChannelChatsNotification settings applied to all channels when the corresponding chat setting has a default value.static classTdApi.NotificationSettingsScopeGroupChatsNotification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value.static classTdApi.NotificationSettingsScopePrivateChatsNotification 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.NotificationSettingsScope Modifier and Type Field Description TdApi.NotificationSettingsScopeTdApi.GetChatNotificationSettingsExceptions. scopeIf specified, only chats from the scope will be returned; pass null to return chats from all scopes.TdApi.NotificationSettingsScopeTdApi.GetScopeNotificationSettings. scopeTypes of chats for which to return the notification settings information.TdApi.NotificationSettingsScopeTdApi.SetScopeNotificationSettings. scopeTypes of chats for which to change the notification settings.TdApi.NotificationSettingsScopeTdApi.UpdateScopeNotificationSettings. scopeTypes of chats for which notification settings were updated.Constructors in org.drinkless.tdlib with parameters of type TdApi.NotificationSettingsScope Constructor Description GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope, boolean compareSound)Creates a function, which returns list of chats with non-default notification settings.GetScopeNotificationSettings(TdApi.NotificationSettingsScope scope)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.
-