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 class
The speech was distorted.static class
The video was distorted.static class
The call ended unexpectedly.static class
The user heard their own voice.static class
The other side kept disappearing.static class
The user heard background noise.static class
The video was pixelated.static class
The user couldn't hear the other side.static class
The other side couldn't hear the user.Fields in org.drinkless.tdlib declared as TdApi.CallProblemModifier and TypeFieldDescriptionTdApi.SendCallRating.problems
List 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.