Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeEmbeddedAudioPlayer
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeEmbeddedAudioPlayer
- Enclosing class:
- TdApi
The link is a link to an audio player.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intDuration of the audio, in seconds.intExpected height of the embedded player.Thumbnail of the audio; may be null if unknown.URL of the external audio player.intExpected width of the embedded player. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an audio player.LinkPreviewTypeEmbeddedAudioPlayer(String url, TdApi.Photo thumbnail, int duration, int width, int height) The link is a link to an audio player. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
url
URL of the external audio player. -
thumbnail
Thumbnail of the audio; may be null if unknown. -
duration
public int durationDuration of the audio, in seconds. -
width
public int widthExpected width of the embedded player. -
height
public int heightExpected height of the embedded player. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeEmbeddedAudioPlayer
public LinkPreviewTypeEmbeddedAudioPlayer()The link is a link to an audio player. -
LinkPreviewTypeEmbeddedAudioPlayer
public LinkPreviewTypeEmbeddedAudioPlayer(String url, TdApi.Photo thumbnail, int duration, int width, int height) The link is a link to an audio player.- Parameters:
url- URL of the external audio player.thumbnail- Thumbnail of the audio; may be null if unknown.duration- Duration of the audio, in seconds.width- Expected width of the embedded player.height- Expected height of the embedded player.
-
-
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
-