public static class TdApi.UpdateMessageId extends TdApi.Update
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
int |
newId
New persistent unique message identifier.
|
int |
oldId
Temporary message identifier returned by sendMessage.
|
Constructor and Description |
---|
UpdateMessageId()
Default constructor.
|
UpdateMessageId(long chatId,
int oldId,
int newId)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int oldId
public int newId
public static final int CONSTRUCTOR
public UpdateMessageId()
public UpdateMessageId(long chatId, int oldId, int newId)
public int getConstructor()
getConstructor
in class TdApi.TLObject