"internal.input": (event: { end: boolean; user_id: string }) => void
internal.sso
"internal.sso": (cmd: string, payload: Buffer, seq: number) => void
sync.read
"sync.read": (
event:
| { time: number; user_id: string }
| { group_id: string; seq: number },
) => void
sync.read.group
"sync.read.group": (event: { group_id: string; seq: number }) => void
sync.read.private
"sync.read.private": (event: { time: number; user_id: string }) => void
system.login.device
"system.login.device": (event: { phone: string; url: string }) => void
system.login.error
"system.login.error": (event: { code: number; message: string }) => void
system.login.qrcode
"system.login.qrcode": (event: { image: Buffer }) => void
system.login.slider
"system.login.slider": (event: { url: string }) => void
system.offline
"system.offline": (event: { message: string }) => void
system.offline.kickoff
"system.offline.kickoff": (event: { message: string }) => void
system.offline.network
"system.offline.network": (event: { message: string }) => void
system.online
"system.online": (event: undefined) => void
事件字典