ChannelTransferTargetChat
public struct ChannelTransferTargetChat : Codable, Equatable
Information for transferring to the web chat integration.
-
The URL of the target web chat.
Declaration
Swift
public var url: String? -
Initialize a
ChannelTransferTargetChatwith member variables.Declaration
Swift
public init( url: String? = nil )Parameters
urlThe URL of the target web chat.
Return Value
An initialized
ChannelTransferTargetChat.
View on GitHub
ChannelTransferTargetChat Structure Reference