public static class TdApi.UpdateMessageIsPinned extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update