Package org.drinkless.tdlib
Class TdApi.InputPollMediaAudio
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPollMedia
org.drinkless.tdlib.TdApi.InputPollMediaAudio
- Enclosing class:
- TdApi
An audio.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio to be sent.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionAn audio.An audio. -
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
-
audio
The audio to be sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPollMediaAudio
public InputPollMediaAudio()An audio. -
InputPollMediaAudio
An audio.- Parameters:
audio- The audio to be sent.
-
-
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
-