Interface ChatUpstreamWindowMessage

interface ChatUpstreamWindowMessage {
    chat: Chat;
}

Properties

Properties

chat: Chat