interface ChatRequest {
    $type$: "ChatRequest";
    for: string;
}

Properties

Properties

$type$: "ChatRequest"
for: string