public static class TdApi.GetChatNotificationSettingsExceptions extends TdApi.Function<TdApi.Chats>
Returns Chats
| Modifier and Type | Field and Description |
|---|---|
boolean |
compareSound
Pass true to include in the response chats with only non-default sound.
|
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 the list of chats with non-default notification settings for new messages.
|
GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope scope,
boolean compareSound)
Creates a function, which returns the list of chats with non-default notification settings for new messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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 - Pass true to include in the response chats with only non-default sound.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object