Interface OpenChatUpstreamWindowMessage

interface OpenChatUpstreamWindowMessage {
    chatChannel: ChatChannel;
}

Properties

Properties

chatChannel: ChatChannel