public static class TdApi.GetSavedNotificationSound extends TdApi.Function<TdApi.NotificationSounds>
Returns NotificationSounds
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
notificationSoundId
Identifier of the notification sound.
|
| Constructor and Description |
|---|
GetSavedNotificationSound()
Default constructor for a function, which returns saved notification sound by its identifier.
|
GetSavedNotificationSound(long notificationSoundId)
Creates a function, which returns saved notification sound by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long notificationSoundId
public static final int CONSTRUCTOR
public GetSavedNotificationSound()
Returns NotificationSounds
public GetSavedNotificationSound(long notificationSoundId)
Returns NotificationSounds
notificationSoundId - Identifier of the notification sound.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object