MCPcopy
hub / github.com/wechaty/wechaty / IoOptions

Interface IoOptions

src/io.ts:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51} from './io-peer/io-peer'
52
53export interface IoOptions {
54 wechaty : Wechaty,
55 token : string,
56 apihost? : string,
57 protocol? : string,
58 servicePort? : number,
59}
60
61export const IO_EVENT_DICT = {
62 botie : 'tbw',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…