Interface ChatChannelsUpstreamWindowMessage

interface ChatChannelsUpstreamWindowMessage {
    chatChannels: readonly ChatChannel[];
}

Properties

Properties

chatChannels: readonly ChatChannel[]