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
A video note message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.boolean
True, if at least one of the recipients has viewed the video note.The video note description. -
Constructor Summary
ConstructorsConstructorDescriptionA video note message.MessageVideoNote
(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret) A video note message. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
videoNote
The video note description. -
isViewed
public boolean isViewedTrue, if at least one of the recipients has viewed the video note. -
isSecret
public boolean isSecretTrue, if the video note thumbnail must be blurred and the video note must be shown only while tapped. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageVideoNote
public MessageVideoNote()A video note message. -
MessageVideoNote
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-