Package org.drinkless.tdlib
Class TdApi.PushMessageContentVideoNote
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PushMessageContent
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisPinnedTrue, if the message is a pinned message with the specified content.TdApi.VideoNotevideoNoteMessage content; may be null.
-
Constructor Summary
Constructors Constructor Description PushMessageContentVideoNote()A video note message.PushMessageContentVideoNote(TdApi.VideoNote videoNote, boolean isPinned)A video note message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
videoNote
public TdApi.VideoNote videoNote
Message content; may be null.
-
isPinned
public boolean isPinned
True, if the message is a pinned message with the specified content.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PushMessageContentVideoNote
public PushMessageContentVideoNote()
A video note message.
-
PushMessageContentVideoNote
public PushMessageContentVideoNote(TdApi.VideoNote videoNote, boolean isPinned)
A video note message.- Parameters:
videoNote- Message content; may be null.isPinned- True, if the message is a pinned message with the specified content.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-