Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • QChatRoleServiceInterface

Index

Methods

  • 查询一批 accids 是否在某个服务器身份组(ServerRole)。

    返回在此服务器身份组下的 accid(account id) 列表,查询结果不分页

    Parameters

    Returns Promise<string[]>

  • 通过一批 accids(account ID) 查询是否有定制权限(QChatMemberRole)。

    返回有定制权限的 accid(account id) 列表,查询结果不分页

    Parameters

    Returns Promise<string[]>

  • 通过 accid(account ID) 查询 QChatServerRole 列表,结果会分页

    注:返回的结果,参数形式类似 QChatServerRole,只是没有 auths 字段

    Parameters

    Returns Promise<Omit<QChatServerRole, "auths">[]>