Package org.drinkless.tdlib
Class TdApi.InputPageBlockVoiceNote
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockVoiceNote
- Enclosing class:
- TdApi
A voice note.
-
Field Summary
FieldsModifier and TypeFieldDescriptionVoice note caption; pass null if none.static final intIdentifier uniquely determining type of the object.The voice note to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA voice note.InputPageBlockVoiceNote(TdApi.InputVoiceNote voiceNote, TdApi.PageBlockCaption caption) A voice note. -
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
-
voiceNote
The voice note to be sent. -
caption
Voice note caption; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockVoiceNote
public InputPageBlockVoiceNote()A voice note. -
InputPageBlockVoiceNote
A voice note.- Parameters:
voiceNote- The voice note to be sent.caption- Voice note 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
-