Package it.tdlight.jni
Class TdApi.GetScopeNotificationSettings
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetScopeNotificationSettings
- Enclosing class:
- TdApi
public static class TdApi.GetScopeNotificationSettings extends TdApi.Function
Returns the notification settings for
chats of a given type.
Returns ScopeNotificationSettings
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.NotificationSettingsScope
scope
Types of chats for which to return the notification settings information. -
Constructor Summary
Constructors Constructor Description GetScopeNotificationSettings()
Returns the notification settings for chats of a given type.GetScopeNotificationSettings(TdApi.NotificationSettingsScope scope)
Returns the notification settings for chats of a given type.GetScopeNotificationSettings(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
scope
Types of chats for which to return the notification settings information. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetScopeNotificationSettings
public GetScopeNotificationSettings()Returns the notification settings for chats of a given type.Returns
ScopeNotificationSettings
-
GetScopeNotificationSettings
Returns the notification settings for chats of a given type.Returns
ScopeNotificationSettings
- Parameters:
scope
- NotificationSettingsScope Types of chats for which to return the notification settings information.
-
GetScopeNotificationSettings
- 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()
-