Package it.tdlight.jni
Class TdApi.UpdateScopeNotificationSettings
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.ScopeNotificationSettings
notificationSettings
The new notification settings.TdApi.NotificationSettingsScope
scope
Types 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.UpdateScopeNotificationSettings(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-