Package org.drinkless.tdlib
Class TdApi.InputMessageVideoNote
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageVideoNote
- Enclosing class:
- TdApi
A video note message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Video note self-destruct type; may be null if none; pass null if none; private chats only.Video note to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA video note message.InputMessageVideoNote(TdApi.InputVideoNote videoNote, TdApi.MessageSelfDestructType selfDestructType) 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
Video note to be sent. -
selfDestructType
Video note self-destruct type; may be null if none; pass null if none; private chats only. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageVideoNote
public InputMessageVideoNote()A video note message. -
InputMessageVideoNote
public InputMessageVideoNote(TdApi.InputVideoNote videoNote, TdApi.MessageSelfDestructType selfDestructType) A video note message.- Parameters:
videoNote- Video note to be sent.selfDestructType- Video note self-destruct type; may be null if none; pass null if none; private chats only.
-
-
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
-