Package it.tdlight.jni
Class TdApi.PushMessageContentVideoNote
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentVideoNote
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentVideoNote extends TdApi.PushMessageContent
A video note message.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isPinned
True, if the message is a pinned message with the specified content.TdApi.VideoNote
videoNote
Message content; may be null. -
Constructor Summary
Constructors Constructor Description PushMessageContentVideoNote()
A video note message.PushMessageContentVideoNote(TdApi.VideoNote videoNote, boolean isPinned)
A video note message.PushMessageContentVideoNote(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-