java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallProblem
- Direct Known Subclasses:
TdApi.CallProblemDistortedSpeech
,TdApi.CallProblemDistortedVideo
,TdApi.CallProblemDropped
,TdApi.CallProblemEcho
,TdApi.CallProblemInterruptions
,TdApi.CallProblemNoise
,TdApi.CallProblemPixelatedVideo
,TdApi.CallProblemSilentLocal
,TdApi.CallProblemSilentRemote
- Enclosing class:
- TdApi
public abstract static sealed class TdApi.CallProblem
extends TdApi.Object
permits TdApi.CallProblemEcho, TdApi.CallProblemNoise, TdApi.CallProblemInterruptions, TdApi.CallProblemDistortedSpeech, TdApi.CallProblemSilentLocal, TdApi.CallProblemSilentRemote, TdApi.CallProblemDropped, TdApi.CallProblemDistortedVideo, TdApi.CallProblemPixelatedVideo
This class is an abstract base class.
Describes the exact type of a problem with a call.
-
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
getConstructor, serialize, serialize, toString
-
Constructor Details
-
CallProblem
public CallProblem()Default class constructor.
-