public static class TdApi.UpdateMessageIsPinned extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPinned
True, if the message is pinned.
|
long |
messageId
The message identifier.
|
| Constructor and Description |
|---|
UpdateMessageIsPinned()
The message pinned state was changed.
|
UpdateMessageIsPinned(long chatId,
long messageId,
boolean isPinned)
The message pinned state was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public boolean isPinned
public static final int CONSTRUCTOR
public UpdateMessageIsPinned()
public UpdateMessageIsPinned(long chatId,
long messageId,
boolean isPinned)
chatId - Chat identifier.messageId - The message identifier.isPinned - True, if the message is pinned.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object