Uses of Class
org.drinkless.tdlib.TdApi.CallProblem
Packages that use TdApi.CallProblem
-
Uses of TdApi.CallProblem in org.drinkless.tdlib
Subclasses of TdApi.CallProblem in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe speech was distorted.static classThe video was distorted.static classThe call ended unexpectedly.static classThe user heard their own voice.static classThe other side kept disappearing.static classThe user heard background noise.static classThe video was pixelated.static classThe user couldn't hear the other side.static classThe other side couldn't hear the user.Fields in org.drinkless.tdlib declared as TdApi.CallProblemModifier and TypeFieldDescriptionTdApi.SendCallRating.problemsList of the exact types of problems with the call, specified by the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallProblemModifierConstructorDescriptionSendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems) Creates a function, which sends a call rating.