UNPKG
ntqq
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.0
QQ protocol for NodeJS!
github.com/ntqqjs/ntqq
ntqq-group/ntqq
ntqq
/
lib
/
message
/
face.d.ts
10 lines
(9 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** 表情字典 */
export
declare
const
facemap
: { [
k
:
number
]:
string
; };
/** 戳一戳字典 */
export
declare
const
pokemap
: { [
k
:
number
]:
string
; };
export
declare
const
FACE_OLD_BUF
:
Buffer
;