public static class TdApi.PageBlockVoiceNote extends TdApi.PageBlock
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object