public static class TdApi.LinkPreviewTypeAudio extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
TdApi.Audio |
audio
The audio description.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
LinkPreviewTypeAudio()
The link is a link to an audio.
|
LinkPreviewTypeAudio(TdApi.Audio audio)
The link is a link to an audio.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Audio audio
public static final int CONSTRUCTOR
public LinkPreviewTypeAudio()
public LinkPreviewTypeAudio(TdApi.Audio audio)
audio - The audio description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object