Constructor
new Client()
PropertiesName | Type | Description |
---|---|---|
#friends | Array | 客户端好友列表。 |
- Source
Methods
(static) getFriends() → {Array}
获取客户端好友列表。
- Source
Returns:
客户端好友列表。
- Type:
- Array
(async, static) getUid() → {String}
获取客户端登录账号的 uid。
- Source
Returns:
客户端登录账号的 uid。
- Type:
- String
(async, static) getUin() → {String}
获取客户端登录账号的 qq号。
- Source
Returns:
客户端登录账号的 qq号。
- Type:
- String