java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentVideoNote
- Enclosing class:
- TdApi
A video note message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the message is a pinned message with the specified content.Message content; may be null. -
Constructor Summary
ConstructorDescriptionA video note message.PushMessageContentVideoNote
(TdApi.VideoNote videoNote, boolean isPinned) A video note message.A video note message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
videoNote
Message content; may be null. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PushMessageContentVideoNote
public PushMessageContentVideoNote()A video note message. -
PushMessageContentVideoNote
A video note message.- Parameters:
videoNote
- VideoNote Message content; may be null.isPinned
- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentVideoNote
A video note message.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-