Uses of Class
org.drinkless.tdlib.TdApi.InputCall
Packages that use TdApi.InputCall
-
Uses of TdApi.InputCall in org.drinkless.tdlib
Subclasses of TdApi.InputCall in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA just ended call.static classA call from a message of the type messageCall with non-zero messageCall.uniqueId.Fields in org.drinkless.tdlib declared as TdApi.InputCallModifier and TypeFieldDescriptionTdApi.SendCallDebugInformation.callIdCall identifier.TdApi.SendCallLog.callIdCall identifier.TdApi.SendCallRating.callIdCall identifier.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputCallModifierConstructorDescriptionSendCallDebugInformation(TdApi.InputCall callId, String debugInformation) Creates a function, which sends debug information for a call to Telegram servers.SendCallLog(TdApi.InputCall callId, TdApi.InputFile logFile) Creates a function, which sends log file for a call to Telegram servers.SendCallRating(TdApi.InputCall callId, int rating, String comment, TdApi.CallProblem[] problems) Creates a function, which sends a call rating.