Uses of Class
org.drinkless.tdlib.TdApi.CallDiscardReason
Packages that use TdApi.CallDiscardReason
-
Uses of TdApi.CallDiscardReason in org.drinkless.tdlib
Subclasses of TdApi.CallDiscardReason in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The call was ended before the conversation started.static class
The call was ended during the conversation because the users were disconnected.static class
The call wasn't discarded, or the reason is unknown.static class
The call was ended because one of the parties hung up.static class
The call was ended before the conversation started.static class
The call was ended because it has been upgraded to a group call.Fields in org.drinkless.tdlib declared as TdApi.CallDiscardReasonModifier and TypeFieldDescriptionTdApi.MessageCall.discardReason
Reason why the call was discarded.TdApi.CallStateDiscarded.reason
The reason why the call has ended.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallDiscardReasonModifierConstructorDescriptionCallStateDiscarded
(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation, boolean needLog) The call has ended successfully.MessageCall
(boolean isVideo, TdApi.CallDiscardReason discardReason, int duration) A message with information about an ended call.