-
Call identifier, not persistent
Declaration
Swift
public let id: Int32 -
Peer user identifier
Declaration
Swift
public let userId: Int32 -
True, if the call is outgoing
Declaration
Swift
public let isOutgoing: Bool -
Call state
Declaration
Swift
public let state: CallState -
Describes a call
Declaration
Swift
public init(id: Int32, userId: Int32, isOutgoing: Bool, state: CallState)Parameters
idCall identifier, not persistent
userIdPeer user identifier
isOutgoingTrue, if the call is outgoing
stateCall state
View on GitHub
Install in Dash
Call Structure Reference