Options
All
  • Public
  • Public/Protected
  • All
Menu

Module QChatInterface

Index

Type Aliases

KickOtherClientsOptions: { deviceIds: string[] }

Type declaration

  • deviceIds: string[]

    要踢掉的端的设备号数组

    端设备号能在 multiPortLogin 多端登陆事件里拿到

KickOtherClientsResult: { deviceIds: string[] }

Type declaration

  • deviceIds: string[]

    成功被踢掉的设备号数组

QChatRecvTypingEventResult: { channelId: string; ext?: string; fromAccount: string; fromNick?: string; serverId: string; time: number }

Type declaration

  • channelId: string

    频道id

  • Optional ext?: string

    扩展字段,推荐使用 JSON 格式字符串。

  • fromAccount: string

    事件发送者的 account id

  • Optional fromNick?: string

    发送者的昵称

  • serverId: string

    服务器id

  • time: number

    发送时间戳

SystemNotificationEvent: { feature: keyof typeof ESystemNotificationEventFeature; systemNotifications: QChatSystemNotification[] }

Type declaration