public static class TdApi.PageBlockVoiceNote extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.PageBlockCaption |
caption
Voice note caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.VoiceNote |
voiceNote
Voice note; may be null.
|
Constructor and Description |
---|
PageBlockVoiceNote()
A voice note.
|
PageBlockVoiceNote(TdApi.VoiceNote voiceNote,
TdApi.PageBlockCaption caption)
A voice note.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.VoiceNote voiceNote
public TdApi.PageBlockCaption caption
public static final int CONSTRUCTOR
public PageBlockVoiceNote()
public PageBlockVoiceNote(TdApi.VoiceNote voiceNote, TdApi.PageBlockCaption caption)
voiceNote
- Voice note; may be null.caption
- Voice note caption.public int getConstructor()
getConstructor
in class TdApi.PageBlock