public static class TdApi.CreateCall extends TdApi.Function
Returns CallId
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.CallProtocol |
protocol
Description of the call protocols supported by the client.
|
int |
userId
Identifier of the user to be called.
|
Constructor and Description |
---|
CreateCall()
Default constructor for a function, which creates a new call.
|
CreateCall(int userId,
TdApi.CallProtocol protocol)
Creates a function, which creates a new call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int userId
public TdApi.CallProtocol protocol
public static final int CONSTRUCTOR
public CreateCall()
Returns CallId
public CreateCall(int userId, TdApi.CallProtocol protocol)
Returns CallId
userId
- Identifier of the user to be called.protocol
- Description of the call protocols supported by the client.public int getConstructor()
getConstructor
in class TdApi.Function