- Enclosing class:
- TdApi
Sends log file for a call to Telegram servers.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.static final intCall log file. -
Constructor Summary
ConstructorsConstructorDescriptionSends log file for a call to Telegram servers.SendCallLog(int callId, TdApi.InputFile logFile) Sends log file for a call to Telegram servers.SendCallLog(DataInput input) Sends log file for a call to Telegram servers. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
callId
public int callIdCall identifier. -
logFile
Call log file. Only inputFileLocal and inputFileGenerated are supported. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SendCallLog
public SendCallLog()Sends log file for a call to Telegram servers. ReturnsOk -
SendCallLog
Sends log file for a call to Telegram servers. ReturnsOk- Parameters:
callId- int Call identifier.logFile- InputFile Call log file. Only inputFileLocal and inputFileGenerated are supported.
-
SendCallLog
Sends log file for a call to Telegram servers. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-