Uses of Class
org.drinkless.tdlib.TdApi.ScopeNotificationSettings
-
Packages that use TdApi.ScopeNotificationSettings Package Description org.drinkless.tdlib -
-
Uses of TdApi.ScopeNotificationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ScopeNotificationSettings Modifier and Type Field Description TdApi.ScopeNotificationSettingsTdApi.SetScopeNotificationSettings. notificationSettingsThe new notification settings for the given scope.TdApi.ScopeNotificationSettingsTdApi.UpdateScopeNotificationSettings. notificationSettingsThe new notification settings.Constructors in org.drinkless.tdlib with parameters of type TdApi.ScopeNotificationSettings Constructor Description 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.
-