-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Call identifier
Declaration
Swift
public let callId: Int32
-
True, if the user was disconnected
Declaration
Swift
public let isDisconnected: Bool
-
The call duration, in seconds
Declaration
Swift
public let duration: Int32
-
Identifier of the connection used during the call
Declaration
Swift
public let connectionId: TDInt64
-
Discards a call
Declaration
Swift
public init(callId: Int32, isDisconnected: Bool, duration: Int32, connectionId: TDInt64)
Parameters
callId
Call identifier
isDisconnected
True, if the user was disconnected
duration
The call duration, in seconds
connectionId
Identifier of the connection used during the call