Uses of Class
org.drinkless.tdlib.TdApi.CallState
-
Packages that use TdApi.CallState Package Description org.drinkless.tdlib -
-
Uses of TdApi.CallState in org.drinkless.tdlib
Subclasses of TdApi.CallState in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.CallStateDiscardedThe call has ended successfully.static classTdApi.CallStateErrorThe call has ended with an error.static classTdApi.CallStateExchangingKeysThe call has been answered and encryption keys are being exchanged.static classTdApi.CallStateHangingUpThe call is hanging up after discardCall has been called.static classTdApi.CallStatePendingThe call is pending, waiting to be accepted by a user.static classTdApi.CallStateReadyThe call is ready to use.Fields in org.drinkless.tdlib declared as TdApi.CallState Modifier and Type Field Description TdApi.CallStateTdApi.Call. stateCall state.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallState Constructor Description Call(int id, long userId, boolean isOutgoing, boolean isVideo, TdApi.CallState state)Describes a call.
-