public static class TdApi.NotificationTypeNewCall extends TdApi.NotificationType
| Modifier and Type | Field and Description |
|---|---|
int |
callId
Call identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
NotificationTypeNewCall()
New call was received.
|
NotificationTypeNewCall(int callId)
New call was received.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int callId
public static final int CONSTRUCTOR
public NotificationTypeNewCall()
public NotificationTypeNewCall(int callId)
callId - Call identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object