public static class TdApi.PushMessageContentHidden 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.
|
| Constructor and Description |
|---|
PushMessageContentHidden()
A general message with hidden content.
|
PushMessageContentHidden(boolean isPinned)
A general message with hidden content.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isPinned
public static final int CONSTRUCTOR
public PushMessageContentHidden()
public PushMessageContentHidden(boolean isPinned)
isPinned - True, if the message is a pinned message with the specified content.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object