public static class TdApi.NotificationTypeNewCall extends TdApi.NotificationType
TdApi.NotificationType.Constructors
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() |
toString
public int callId
public static final int CONSTRUCTOR
public NotificationTypeNewCall()
public NotificationTypeNewCall(int callId)
callId
- Call identifier.public int getConstructor()
getConstructor
in class TdApi.NotificationType