interface RootResponse {
    chat?: NicoNama.Chat;
    thread?: Thread;
}

Properties

Properties

chat?: NicoNama.Chat
thread?: Thread