Uses of Class
org.drinkless.tdlib.TdApi.CallDiscardReason
-
Packages that use TdApi.CallDiscardReason Package Description org.drinkless.tdlib -
-
Uses of TdApi.CallDiscardReason in org.drinkless.tdlib
Subclasses of TdApi.CallDiscardReason in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.CallDiscardReasonDeclinedThe call was ended before the conversation started.static classTdApi.CallDiscardReasonDisconnectedThe call was ended during the conversation because the users were disconnected.static classTdApi.CallDiscardReasonEmptyThe call wasn't discarded, or the reason is unknown.static classTdApi.CallDiscardReasonHungUpThe call was ended because one of the parties hung up.static classTdApi.CallDiscardReasonMissedThe call was ended before the conversation started.Fields in org.drinkless.tdlib declared as TdApi.CallDiscardReason Modifier and Type Field Description TdApi.CallDiscardReasonTdApi.MessageCall. discardReasonReason why the call was discarded.TdApi.CallDiscardReasonTdApi.CallStateDiscarded. reasonThe reason, why the call has ended.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallDiscardReason Constructor Description CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)The call has ended successfully.MessageCall(boolean isVideo, TdApi.CallDiscardReason discardReason, int duration)A message with information about an ended call.
-