public static class TdApi.NotificationTypeNewMessage extends TdApi.NotificationType
TdApi.NotificationType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
The message.
|
Constructor and Description |
---|
NotificationTypeNewMessage()
New message was received.
|
NotificationTypeNewMessage(TdApi.Message message)
New message was received.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Message message
public static final int CONSTRUCTOR
public NotificationTypeNewMessage()
public NotificationTypeNewMessage(TdApi.Message message)
message
- The message.public int getConstructor()
getConstructor
in class TdApi.NotificationType