public static class TdApi.NotificationSounds extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NotificationSound[] |
notificationSounds
A list of notification sounds.
|
| Constructor and Description |
|---|
NotificationSounds()
Contains a list of notification sounds.
|
NotificationSounds(TdApi.NotificationSound[] notificationSounds)
Contains a list of notification sounds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.NotificationSound[] notificationSounds
public static final int CONSTRUCTOR
public NotificationSounds()
public NotificationSounds(TdApi.NotificationSound[] notificationSounds)
notificationSounds - A list of notification sounds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object