public static class TdApi.UpdateNewMessage extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.Message message
public static final int CONSTRUCTOR
public UpdateNewMessage()
public UpdateNewMessage(TdApi.Message message)
message
- The new message.public int getConstructor()
getConstructor
in class TdApi.Update