java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Chats>
it.tdlight.jni.TdApi.GetChatNotificationSettingsExceptions
- Enclosing class:
- TdApi
public static final class TdApi.GetChatNotificationSettingsExceptions
extends TdApi.Function<TdApi.Chats>
Returns list of chats with non-default notification settings.
Returns Chats
-
Field Summary
Modifier and TypeFieldDescriptionboolean
If true, also chats with non-default sound will be returned.static final int
If specified, only chats from the scope will be returned; pass null to return chats from all scopes. -
Constructor Summary
ConstructorDescriptionReturns list of chats with non-default notification settings.GetChatNotificationSettingsExceptions
(TdApi.NotificationSettingsScope scope, boolean compareSound) Returns list of chats with non-default notification settings.Returns list of chats with non-default notification settings. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
scope
If specified, only chats from the scope will be returned; pass null to return chats from all scopes. -
compareSound
public boolean compareSoundIf true, also chats with non-default sound will be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatNotificationSettingsExceptions
public GetChatNotificationSettingsExceptions()Returns list of chats with non-default notification settings.Returns
Chats
-
GetChatNotificationSettingsExceptions
public GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope, boolean compareSound) Returns list of chats with non-default notification settings.Returns
Chats
- Parameters:
scope
- NotificationSettingsScope If specified, only chats from the scope will be returned; pass null to return chats from all scopes.compareSound
- boolean If true, also chats with non-default sound will be returned.
-
GetChatNotificationSettingsExceptions
Returns list of chats with non-default notification settings.Returns
Chats
- 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()
-