Package org.drinkless.tdlib
Class TdApi.UpdateScopeNotificationSettings
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateScopeNotificationSettings
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateScopeNotificationSettings extends TdApi.Update
Notification settings for some type of chats were updated.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ScopeNotificationSettingsnotificationSettingsThe new notification settings.TdApi.NotificationSettingsScopescopeTypes of chats for which notification settings were updated.
-
Constructor Summary
Constructors Constructor Description UpdateScopeNotificationSettings()Notification settings for some type of chats were updated.UpdateScopeNotificationSettings(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings)Notification settings for some type of chats were updated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
scope
public TdApi.NotificationSettingsScope scope
Types of chats for which notification settings were updated.
-
notificationSettings
public TdApi.ScopeNotificationSettings notificationSettings
The new notification settings.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateScopeNotificationSettings
public UpdateScopeNotificationSettings()
Notification settings for some type of chats were updated.
-
UpdateScopeNotificationSettings
public UpdateScopeNotificationSettings(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings)
Notification settings for some type of chats were updated.- Parameters:
scope- Types of chats for which notification settings were updated.notificationSettings- The new notification settings.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-