Package org.drinkless.tdlib
Class TdApi.InputPageBlockAudio
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockAudio
- Enclosing class:
- TdApi
An audio file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio to be sent.Audio file caption; pass null if none.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionAn audio file.InputPageBlockAudio(TdApi.InputAudio audio, TdApi.PageBlockCaption caption) An audio file. -
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. -
caption
Audio file caption; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockAudio
public InputPageBlockAudio()An audio file. -
InputPageBlockAudio
An audio file.- Parameters:
audio- The audio to be sent.caption- Audio file caption; pass null if none.
-
-
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
-