ChannelTransferTargetChat

public struct ChannelTransferTargetChat : Codable, Equatable

Information for transferring to the web chat integration.

  • url

    The URL of the target web chat.

    Declaration

    Swift

    public var url: String?
  • Initialize a ChannelTransferTargetChat with member variables.

    Declaration

    Swift

    public init(
        url: String? = nil
    )

    Parameters

    url

    The URL of the target web chat.

    Return Value

    An initialized ChannelTransferTargetChat.