public static class TdApi.SendCallLog extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int |
callId
Call identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
logFile
Call log file.
|
| Constructor and Description |
|---|
SendCallLog()
Default constructor for a function, which sends log file for a call to Telegram servers.
|
SendCallLog(int callId,
TdApi.InputFile logFile)
Creates a function, which sends log file for a call to Telegram servers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int callId
public TdApi.InputFile logFile
public static final int CONSTRUCTOR
public SendCallLog()
Returns Ok
public SendCallLog(int callId,
TdApi.InputFile logFile)
Returns Ok
callId - Call identifier.logFile - Call log file. Only inputFileLocal and inputFileGenerated are supported.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object