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
Notification settings for some type of chats were updated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new notification settings.Types of chats for which notification settings were updated. -
Constructor Summary
ConstructorsConstructorDescriptionNotification 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
scope
Types of chats for which notification settings were updated. -
notificationSettings
The new notification settings. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-