public static class TdApi.MessageVideoNote extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isSecret
True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
|
boolean |
isViewed
True, if at least one of the recipients has viewed the video note.
|
TdApi.VideoNote |
videoNote
The video note description.
|
Constructor and Description |
---|
MessageVideoNote()
A video note message.
|
MessageVideoNote(TdApi.VideoNote videoNote,
boolean isViewed,
boolean isSecret)
A video note message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.VideoNote videoNote
public boolean isViewed
public boolean isSecret
public static final int CONSTRUCTOR
public MessageVideoNote()
public MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)
videoNote
- The video note description.isViewed
- True, if at least one of the recipients has viewed the video note.isSecret
- True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.public int getConstructor()
getConstructor
in class TdApi.MessageContent