Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@adiwajshing/baileys/lib/WABinary/Legacy/constants.js
2594 views
1
"use strict";
2
Object.defineProperty(exports, "__esModule", { value: true });
3
exports.SingleByteTokens = exports.DoubleByteTokens = exports.Tags = void 0;
4
exports.Tags = {
5
LIST_EMPTY: 0,
6
STREAM_END: 2,
7
DICTIONARY_0: 236,
8
DICTIONARY_1: 237,
9
DICTIONARY_2: 238,
10
DICTIONARY_3: 239,
11
LIST_8: 248,
12
LIST_16: 249,
13
JID_PAIR: 250,
14
HEX_8: 251,
15
BINARY_8: 252,
16
BINARY_20: 253,
17
BINARY_32: 254,
18
NIBBLE_8: 255,
19
SINGLE_BYTE_MAX: 256,
20
PACKED_MAX: 254,
21
};
22
exports.DoubleByteTokens = [];
23
exports.SingleByteTokens = [
24
null,
25
null,
26
null,
27
'200',
28
'400',
29
'404',
30
'500',
31
'501',
32
'502',
33
'action',
34
'add',
35
'after',
36
'archive',
37
'author',
38
'available',
39
'battery',
40
'before',
41
'body',
42
'broadcast',
43
'chat',
44
'clear',
45
'code',
46
'composing',
47
'contacts',
48
'count',
49
'create',
50
'debug',
51
'delete',
52
'demote',
53
'duplicate',
54
'encoding',
55
'error',
56
'false',
57
'filehash',
58
'from',
59
'g.us',
60
'group',
61
'groups_v2',
62
'height',
63
'id',
64
'image',
65
'in',
66
'index',
67
'invis',
68
'item',
69
'jid',
70
'kind',
71
'last',
72
'leave',
73
'live',
74
'log',
75
'media',
76
'message',
77
'mimetype',
78
'missing',
79
'modify',
80
'name',
81
'notification',
82
'notify',
83
'out',
84
'owner',
85
'participant',
86
'paused',
87
'picture',
88
'played',
89
'presence',
90
'preview',
91
'promote',
92
'query',
93
'raw',
94
'read',
95
'receipt',
96
'received',
97
'recipient',
98
'recording',
99
'relay',
100
'remove',
101
'response',
102
'resume',
103
'retry',
104
's.whatsapp.net',
105
'seconds',
106
'set',
107
'size',
108
'status',
109
'subject',
110
'subscribe',
111
't',
112
'text',
113
'to',
114
'true',
115
'type',
116
'unarchive',
117
'unavailable',
118
'url',
119
'user',
120
'value',
121
'web',
122
'width',
123
'mute',
124
'read_only',
125
'admin',
126
'creator',
127
'short',
128
'update',
129
'powersave',
130
'checksum',
131
'epoch',
132
'block',
133
'previous',
134
'409',
135
'replaced',
136
'reason',
137
'spam',
138
'modify_tag',
139
'message_info',
140
'delivery',
141
'emoji',
142
'title',
143
'description',
144
'canonical-url',
145
'matched-text',
146
'star',
147
'unstar',
148
'media_key',
149
'filename',
150
'identity',
151
'unread',
152
'page',
153
'page_count',
154
'search',
155
'media_message',
156
'security',
157
'call_log',
158
'profile',
159
'ciphertext',
160
'invite',
161
'gif',
162
'vcard',
163
'frequent',
164
'privacy',
165
'blacklist',
166
'whitelist',
167
'verify',
168
'location',
169
'document',
170
'elapsed',
171
'revoke_invite',
172
'expiration',
173
'unsubscribe',
174
'disable',
175
'vname',
176
'old_jid',
177
'new_jid',
178
'announcement',
179
'locked',
180
'prop',
181
'label',
182
'color',
183
'call',
184
'offer',
185
'call-id',
186
'quick_reply',
187
'sticker',
188
'pay_t',
189
'accept',
190
'reject',
191
'sticker_pack',
192
'invalid',
193
'canceled',
194
'missed',
195
'connected',
196
'result',
197
'audio',
198
'video',
199
'recent',
200
];
201
202