Package org.drinkless.tdlib
Class TdApi.PageBlockVoiceNote
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockVoiceNote
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockVoiceNote extends TdApi.PageBlock
A voice note.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.PageBlockCaptioncaptionVoice note caption.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.VoiceNotevoiceNoteVoice note; may be null.
-
Constructor Summary
Constructors Constructor Description PageBlockVoiceNote()A voice note.PageBlockVoiceNote(TdApi.VoiceNote voiceNote, TdApi.PageBlockCaption caption)A voice note.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
voiceNote
public TdApi.VoiceNote voiceNote
Voice note; may be null.
-
caption
public TdApi.PageBlockCaption caption
Voice note caption.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockVoiceNote
public PageBlockVoiceNote()
A voice note.
-
PageBlockVoiceNote
public PageBlockVoiceNote(TdApi.VoiceNote voiceNote, TdApi.PageBlockCaption caption)
A voice note.- Parameters:
voiceNote- Voice note; may be null.caption- Voice note caption.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-