public static class TdApi.GetScopeNotificationSettings extends TdApi.Function
Returns ScopeNotificationSettings
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function