public static class TdApi.AddSavedNotificationSound extends TdApi.Function<TdApi.NotificationSound>
Returns NotificationSound
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
sound
Notification sound file to add.
|
| Constructor and Description |
|---|
AddSavedNotificationSound()
Default constructor for a function, which adds a new notification sound to the list of saved notification sounds.
|
AddSavedNotificationSound(TdApi.InputFile sound)
Creates a function, which adds a new notification sound to the list of saved notification sounds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile sound
public static final int CONSTRUCTOR
public AddSavedNotificationSound()
Returns NotificationSound
public AddSavedNotificationSound(TdApi.InputFile sound)
Returns NotificationSound
sound - Notification sound file to add.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object