java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateScopeNotificationSettings
- Enclosing class:
- TdApi
Notification settings for some type
of chats were updated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The new notification settings.Types of chats for which notification settings were updated. -
Constructor Summary
ConstructorDescriptionNotification settings for some type of chats were updated.UpdateScopeNotificationSettings
(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings) Notification settings for some type of chats were updated.Notification settings for some type of chats were updated. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
scope
Types of chats for which notification settings were updated. -
notificationSettings
The new notification settings. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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
- NotificationSettingsScope Types of chats for which notification settings were updated.notificationSettings
- ScopeNotificationSettings The new notification settings.
-
UpdateScopeNotificationSettings
Notification settings for some type of chats were updated.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-