提交 7c41af24 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

support memberAll() to get all member list

上级 9c9ac181
......@@ -848,6 +848,7 @@ export class Room extends Accessory implements Sayable {
.length > 0
}
public async memberAll () : Promise<Contact[]>
public async memberAll (name: string) : Promise<Contact[]>
public async memberAll (filter: RoomMemberQueryFilter) : Promise<Contact[]>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册