public static class TdApi.ChatEventMessagePinned extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
Pinned message.
|
| Constructor and Description |
|---|
ChatEventMessagePinned()
A message was pinned.
|
ChatEventMessagePinned(TdApi.Message message)
A message was pinned.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message message
public static final int CONSTRUCTOR
public ChatEventMessagePinned()
public ChatEventMessagePinned(TdApi.Message message)
message - Pinned message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object