Package org.drinkless.tdlib
Class TdApi.RemoveSavedNotificationSound
- Enclosing class:
- TdApi
Removes a notification sound from the list of saved notification sounds.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the notification sound. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a notification sound from the list of saved notification sounds.RemoveSavedNotificationSound(long notificationSoundId) Creates a function, which removes a notification sound from the list of saved notification sounds. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
notificationSoundId
public long notificationSoundIdIdentifier of the notification sound. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveSavedNotificationSound
public RemoveSavedNotificationSound()Default constructor for a function, which removes a notification sound from the list of saved notification sounds.Returns
Ok -
RemoveSavedNotificationSound
public RemoveSavedNotificationSound(long notificationSoundId) Creates a function, which removes a notification sound from the list of saved notification sounds.Returns
Ok- Parameters:
notificationSoundId- Identifier of the notification sound.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-