public static class TdApi.PushMessageContentVideoNote extends TdApi.PushMessageContent
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object