Type Aliases
KickOtherClientsOptions
KickOtherClientsOptions: { deviceIds: string[] }
KickOtherClientsResult
KickOtherClientsResult: { deviceIds: string[] }
QChatRecvTypingEventResult
QChatRecvTypingEventResult: { channelId: string; ext?: string; fromAccount: string; fromNick?: string; serverId: string; time: number }
Type declaration
channelId: string
Optional ext?: string
fromAccount: string
Optional fromNick?: string
serverId: string
time: number
要踢掉的端的设备号数组
端设备号能在 multiPortLogin 多端登陆事件里拿到