public static class TdApi.UpdateSavedNotificationSounds extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
notificationSoundIds
The new list of identifiers of saved notification sounds.
|
| Constructor and Description |
|---|
UpdateSavedNotificationSounds()
The list of saved notification sounds was updated.
|
UpdateSavedNotificationSounds(long[] notificationSoundIds)
The list of saved notification sounds was updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] notificationSoundIds
public static final int CONSTRUCTOR
public UpdateSavedNotificationSounds()
public UpdateSavedNotificationSounds(long[] notificationSoundIds)
notificationSoundIds - The new list of identifiers of saved notification sounds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object