public static class TdApi.GetChatNotificationSettingsExceptions extends TdApi.Function
Returns Chats
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
boolean |
compareSound
If true, also chats with non-default sound will be returned.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NotificationSettingsScope |
scope
If specified, only chats from the scope will be returned; pass null to return chats from all scopes.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.NotificationSettingsScope scope
public boolean compareSound
public static final int CONSTRUCTOR
public GetChatNotificationSettingsExceptions()
Returns Chats
public GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope, boolean compareSound)
Returns Chats
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.public int getConstructor()
getConstructor
in class TdApi.Function