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 intIdentifier uniquely determining type of the object.booleanTrue, if the video note thumbnail must be blurred and the video note must be shown only while tapped.booleanTrue, 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-