interface ChatResponse {
    chats: VTips.Chat[];
}

Properties

Properties

chats: VTips.Chat[]