public static class TdApi.UpdateScopeNotificationSettings extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ScopeNotificationSettings |
notificationSettings
The new notification settings.
|
TdApi.NotificationSettingsScope |
scope
Types of chats for which notification settings were updated.
|
| Constructor and Description |
|---|
UpdateScopeNotificationSettings()
Notification settings for some type of chats were updated.
|
UpdateScopeNotificationSettings(TdApi.NotificationSettingsScope scope,
TdApi.ScopeNotificationSettings notificationSettings)
Notification settings for some type of chats were updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.NotificationSettingsScope scope
public TdApi.ScopeNotificationSettings notificationSettings
public static final int CONSTRUCTOR
public UpdateScopeNotificationSettings()
public UpdateScopeNotificationSettings(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings)
scope - Types of chats for which notification settings were updated.notificationSettings - The new notification settings.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object