Interface MessageDownstreamWindowMessage

interface MessageDownstreamWindowMessage {
    channel: ChatChannel;
    contents: string;
}

Properties

Properties

channel: ChatChannel
contents: string