public static class TdApi.SetScopeNotificationSettings extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ScopeNotificationSettings |
notificationSettings
The new notification settings for the given scope.
|
TdApi.NotificationSettingsScope |
scope
Types of chats for which to change the notification settings.
|
Constructor and Description |
---|
SetScopeNotificationSettings()
Default constructor for a function, which changes notification settings for chats of a given type.
|
SetScopeNotificationSettings(TdApi.NotificationSettingsScope scope,
TdApi.ScopeNotificationSettings notificationSettings)
Creates a function, which changes notification settings for chats of a given type.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.NotificationSettingsScope scope
public TdApi.ScopeNotificationSettings notificationSettings
public static final int CONSTRUCTOR
public SetScopeNotificationSettings()
Returns Ok
public SetScopeNotificationSettings(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings)
Returns Ok
scope
- Types of chats for which to change the notification settings.notificationSettings
- The new notification settings for the given scope.public int getConstructor()
getConstructor
in class TdApi.Function