Uses of Class
org.drinkless.tdlib.TdApi.ScopeNotificationSettings
Packages that use TdApi.ScopeNotificationSettings
-
Uses of TdApi.ScopeNotificationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ScopeNotificationSettingsModifier and TypeFieldDescriptionTdApi.SetScopeNotificationSettings.notificationSettings
The new notification settings for the given scope.TdApi.UpdateScopeNotificationSettings.notificationSettings
The new notification settings.Constructors in org.drinkless.tdlib with parameters of type TdApi.ScopeNotificationSettingsModifierConstructorDescriptionSetScopeNotificationSettings
(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.