public static class TdApi.GetScopeNotificationSettings extends TdApi.Function<TdApi.ScopeNotificationSettings>
Returns ScopeNotificationSettings
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NotificationSettingsScope |
scope
Types of chats for which to return the notification settings information.
|
| Constructor and Description |
|---|
GetScopeNotificationSettings()
Default constructor for a function, which returns the notification settings for chats of a given type.
|
GetScopeNotificationSettings(TdApi.NotificationSettingsScope scope)
Creates a function, which returns the notification settings for chats of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.NotificationSettingsScope scope
public static final int CONSTRUCTOR
public GetScopeNotificationSettings()
Returns ScopeNotificationSettings
public GetScopeNotificationSettings(TdApi.NotificationSettingsScope scope)
Returns ScopeNotificationSettings
scope - Types of chats for which to return the notification settings information.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object