Package org.drinkless.tdlib
Class TdApi.GetChatNotificationSettingsExceptions
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetChatNotificationSettingsExceptions
-
- Enclosing class:
- TdApi
public static class TdApi.GetChatNotificationSettingsExceptions extends TdApi.Function
Returns list of chats with non-default notification settings.Returns
Chats
-
-
Field Summary
Fields Modifier and Type Field Description booleancompareSoundIf true, also chats with non-default sound will be returned.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.NotificationSettingsScopescopeIf specified, only chats from the scope will be returned; pass null to return chats from all scopes.
-
Constructor Summary
Constructors Constructor Description GetChatNotificationSettingsExceptions()Default constructor for a function, which returns list of chats with non-default notification settings.GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope, boolean compareSound)Creates a function, which returns list of chats with non-default notification settings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
scope
public TdApi.NotificationSettingsScope scope
If specified, only chats from the scope will be returned; pass null to return chats from all scopes.
-
compareSound
public boolean compareSound
If true, also chats with non-default sound will be returned.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetChatNotificationSettingsExceptions
public GetChatNotificationSettingsExceptions()
Default constructor for a function, which returns list of chats with non-default notification settings.Returns
Chats
-
GetChatNotificationSettingsExceptions
public GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope, boolean compareSound)
Creates a function, which returns list of chats with non-default notification settings.Returns
Chats- Parameters:
scope- If specified, only chats from the scope will be returned; pass null to return chats from all scopes.compareSound- If true, also chats with non-default sound will be returned.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-