Package org.drinkless.tdlib
Class TdApi.MessageVideoNote
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageVideoNote
-
- Enclosing class:
- TdApi
public static class TdApi.MessageVideoNote extends TdApi.MessageContent
A video note message.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisSecretTrue, if the video note thumbnail must be blurred and the video note must be shown only while tapped.booleanisViewedTrue, if at least one of the recipients has viewed the video note.TdApi.VideoNotevideoNoteThe video note description.
-
Constructor Summary
Constructors Constructor Description MessageVideoNote()A video note message.MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)A video note message.
-
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
-
videoNote
public TdApi.VideoNote videoNote
The video note description.
-
isViewed
public boolean isViewed
True, if at least one of the recipients has viewed the video note.
-
isSecret
public boolean isSecret
True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageVideoNote
public MessageVideoNote()
A video note message.
-
MessageVideoNote
public MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)
A video note message.- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-