-
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
callIdCall identifier
isDisconnectedTrue, if the user was disconnected
durationThe call duration, in seconds
connectionIdIdentifier of the connection used during the call
View on GitHub
Install in Dash
DiscardCall Structure Reference