public static class TdApi.UpdateScopeNotificationSettings extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update