Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeAudio
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeAudio
- Enclosing class:
- TdApi
The link is a link to an audio.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio description.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an audio.LinkPreviewTypeAudio
(TdApi.Audio audio) The link is a link to an audio. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
audio
The audio description. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeAudio
public LinkPreviewTypeAudio()The link is a link to an audio. -
LinkPreviewTypeAudio
The link is a link to an audio.- Parameters:
audio
- The audio description.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-