public static class TdApi.PushMessageContentVideoNote extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPinned
True, if the message is a pinned message with the specified content.
|
TdApi.VideoNote |
videoNote
Message content; may be null.
|
Constructor and Description |
---|
PushMessageContentVideoNote()
A video note message.
|
PushMessageContentVideoNote(TdApi.VideoNote videoNote,
boolean isPinned)
A video note message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.VideoNote videoNote
public boolean isPinned
public static final int CONSTRUCTOR
public PushMessageContentVideoNote()
public PushMessageContentVideoNote(TdApi.VideoNote videoNote, boolean isPinned)
videoNote
- Message content; may be null.isPinned
- True, if the message is a pinned message with the specified content.public int getConstructor()
getConstructor
in class TdApi.PushMessageContent