MCPcopy
hub / github.com/tsrpc/tsrpc / MsgChat

Interface MsgChat

try/proto/MsgChat.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MsgChat {
2 channel: number,
3 userName: string,
4 content: string,
5 time: number
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected