public static class TdApi.UpdateNewMessage extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
The new message.
|
| Constructor and Description |
|---|
UpdateNewMessage()
A new message was received; can also be an outgoing message.
|
UpdateNewMessage(TdApi.Message message)
A new message was received; can also be an outgoing message.
|
| 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 UpdateNewMessage()
public UpdateNewMessage(TdApi.Message message)
message - The new message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object