@mtkruto/node 0.161.0 → 0.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/0_deps.d.ts +1 -1
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +1 -1
- package/esm/2_tl.d.ts +1 -0
- package/esm/2_tl.d.ts.map +1 -1
- package/esm/2_tl.js +1 -0
- package/esm/3_types.d.ts +3 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +3 -0
- package/esm/client/0_markdown.d.ts.map +1 -1
- package/esm/client/0_params.d.ts +39 -5
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/0_secret_chat_state.d.ts +86 -0
- package/esm/client/0_secret_chat_state.d.ts.map +1 -0
- package/esm/client/0_secret_chat_state.js +129 -0
- package/esm/client/0_storage_operations.d.ts +1 -0
- package/esm/client/0_storage_operations.d.ts.map +1 -1
- package/esm/client/0_storage_operations.js +3 -0
- package/esm/client/0_utilities.d.ts +2 -2
- package/esm/client/0_utilities.js +2 -2
- package/esm/client/1_client_generic.d.ts +87 -16
- package/esm/client/1_client_generic.d.ts.map +1 -1
- package/esm/client/2_client_encrypted.js +6 -6
- package/esm/client/2_file_manager.d.ts.map +1 -1
- package/esm/client/2_file_manager.js +26 -3
- package/esm/client/3_account_manager.js +3 -3
- package/esm/client/3_filters.d.ts +22 -7
- package/esm/client/3_filters.d.ts.map +1 -1
- package/esm/client/3_message_manager.d.ts +59 -20
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +6 -0
- package/esm/client/3_secret_chat_manager.d.ts +26 -0
- package/esm/client/3_secret_chat_manager.d.ts.map +1 -0
- package/esm/client/3_secret_chat_manager.js +770 -0
- package/esm/client/4_chat_manager.d.ts +2 -0
- package/esm/client/4_chat_manager.d.ts.map +1 -1
- package/esm/client/4_chat_manager.js +12 -0
- package/esm/client/4_context.d.ts +18 -3
- package/esm/client/4_context.d.ts.map +1 -1
- package/esm/client/4_context.js +65 -10
- package/esm/client/4_poll_manager.js +2 -2
- package/esm/client/6_client.d.ts +88 -17
- package/esm/client/6_client.d.ts.map +1 -1
- package/esm/client/6_client.js +119 -19
- package/esm/client/6_client_dispatcher.d.ts +87 -16
- package/esm/client/6_client_dispatcher.d.ts.map +1 -1
- package/esm/client/6_client_dispatcher.js +108 -16
- package/esm/session/2_session_encrypted.js +5 -5
- package/esm/tl/1_secret_chats_api.d.ts +637 -0
- package/esm/tl/1_secret_chats_api.d.ts.map +1 -0
- package/esm/tl/1_secret_chats_api.js +849 -0
- package/esm/tl/1_tl_reader.js +3 -3
- package/esm/tl/2_secret_chats.d.ts +33 -0
- package/esm/tl/2_secret_chats.d.ts.map +1 -0
- package/esm/tl/2_secret_chats.js +53 -0
- package/esm/types/0_secret_chat.d.ts +66 -0
- package/esm/types/0_secret_chat.d.ts.map +1 -0
- package/esm/types/0_secret_chat.js +30 -0
- package/esm/types/0_secret_message_entity.d.ts +115 -0
- package/esm/types/0_secret_message_entity.d.ts.map +1 -0
- package/esm/types/0_secret_message_entity.js +174 -0
- package/esm/types/1_chat_p.d.ts +3 -3
- package/esm/types/1_chat_p.d.ts.map +1 -1
- package/esm/types/1_input_poll_media.d.ts +2 -2
- package/esm/types/1_photo.d.ts +3 -2
- package/esm/types/1_photo.d.ts.map +1 -1
- package/esm/types/1_sticker.d.ts +5 -4
- package/esm/types/1_sticker.d.ts.map +1 -1
- package/esm/types/1_sticker.js +23 -1
- package/esm/types/1_video.d.ts +2 -2
- package/esm/types/1_video.d.ts.map +1 -1
- package/esm/types/1_video_note.d.ts +1 -1
- package/esm/types/1_video_note.d.ts.map +1 -1
- package/esm/types/2_inactive_chat.d.ts +1 -1
- package/esm/types/2_inactive_chat.d.ts.map +1 -1
- package/esm/types/2_left_channel_list.d.ts +1 -1
- package/esm/types/2_left_channel_list.d.ts.map +1 -1
- package/esm/types/2_message_entity.d.ts +0 -3
- package/esm/types/2_message_entity.d.ts.map +1 -1
- package/esm/types/2_secret_message.d.ts +184 -0
- package/esm/types/2_secret_message.d.ts.map +1 -0
- package/esm/types/2_secret_message.js +341 -0
- package/esm/types/2_user.d.ts +2 -2
- package/esm/types/2_user.d.ts.map +1 -1
- package/esm/types/3_input_media.d.ts +2 -2
- package/esm/types/4_gift.d.ts +2 -2
- package/esm/types/4_gift.d.ts.map +1 -1
- package/esm/types/9_message.d.ts +9 -61
- package/esm/types/9_message.d.ts.map +1 -1
- package/esm/types/9_message.js +1 -0
- package/esm/types/B_update.d.ts +33 -42
- package/esm/types/B_update.d.ts.map +1 -1
- package/package.json +1 -1
- package/script/0_deps.d.ts +1 -1
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +2 -1
- package/script/2_tl.d.ts +1 -0
- package/script/2_tl.d.ts.map +1 -1
- package/script/2_tl.js +2 -1
- package/script/3_types.d.ts +3 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +3 -0
- package/script/client/0_markdown.d.ts.map +1 -1
- package/script/client/0_params.d.ts +39 -5
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/0_secret_chat_state.d.ts +86 -0
- package/script/client/0_secret_chat_state.d.ts.map +1 -0
- package/script/client/0_secret_chat_state.js +133 -0
- package/script/client/0_storage_operations.d.ts +1 -0
- package/script/client/0_storage_operations.d.ts.map +1 -1
- package/script/client/0_storage_operations.js +3 -0
- package/script/client/0_utilities.d.ts +2 -2
- package/script/client/0_utilities.js +2 -2
- package/script/client/1_client_generic.d.ts +87 -16
- package/script/client/1_client_generic.d.ts.map +1 -1
- package/script/client/2_client_encrypted.js +6 -6
- package/script/client/2_file_manager.d.ts.map +1 -1
- package/script/client/2_file_manager.js +25 -2
- package/script/client/3_account_manager.js +3 -3
- package/script/client/3_filters.d.ts +22 -7
- package/script/client/3_filters.d.ts.map +1 -1
- package/script/client/3_message_manager.d.ts +59 -20
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +6 -0
- package/script/client/3_secret_chat_manager.d.ts +26 -0
- package/script/client/3_secret_chat_manager.d.ts.map +1 -0
- package/script/client/3_secret_chat_manager.js +807 -0
- package/script/client/4_chat_manager.d.ts +2 -0
- package/script/client/4_chat_manager.d.ts.map +1 -1
- package/script/client/4_chat_manager.js +12 -0
- package/script/client/4_context.d.ts +18 -3
- package/script/client/4_context.d.ts.map +1 -1
- package/script/client/4_context.js +65 -10
- package/script/client/4_poll_manager.js +2 -2
- package/script/client/6_client.d.ts +88 -17
- package/script/client/6_client.d.ts.map +1 -1
- package/script/client/6_client.js +119 -19
- package/script/client/6_client_dispatcher.d.ts +87 -16
- package/script/client/6_client_dispatcher.d.ts.map +1 -1
- package/script/client/6_client_dispatcher.js +108 -16
- package/script/session/2_session_encrypted.js +5 -5
- package/script/tl/1_secret_chats_api.d.ts +637 -0
- package/script/tl/1_secret_chats_api.d.ts.map +1 -0
- package/script/tl/1_secret_chats_api.js +852 -0
- package/script/tl/1_tl_reader.js +3 -3
- package/script/tl/2_secret_chats.d.ts +33 -0
- package/script/tl/2_secret_chats.d.ts.map +1 -0
- package/script/tl/2_secret_chats.js +78 -0
- package/script/types/0_secret_chat.d.ts +66 -0
- package/script/types/0_secret_chat.d.ts.map +1 -0
- package/script/types/0_secret_chat.js +33 -0
- package/script/types/0_secret_message_entity.d.ts +115 -0
- package/script/types/0_secret_message_entity.d.ts.map +1 -0
- package/script/types/0_secret_message_entity.js +179 -0
- package/script/types/1_chat_p.d.ts +3 -3
- package/script/types/1_chat_p.d.ts.map +1 -1
- package/script/types/1_input_poll_media.d.ts +2 -2
- package/script/types/1_photo.d.ts +3 -2
- package/script/types/1_photo.d.ts.map +1 -1
- package/script/types/1_sticker.d.ts +5 -4
- package/script/types/1_sticker.d.ts.map +1 -1
- package/script/types/1_sticker.js +23 -0
- package/script/types/1_video.d.ts +2 -2
- package/script/types/1_video.d.ts.map +1 -1
- package/script/types/1_video_note.d.ts +1 -1
- package/script/types/1_video_note.d.ts.map +1 -1
- package/script/types/2_inactive_chat.d.ts +1 -1
- package/script/types/2_inactive_chat.d.ts.map +1 -1
- package/script/types/2_left_channel_list.d.ts +1 -1
- package/script/types/2_left_channel_list.d.ts.map +1 -1
- package/script/types/2_message_entity.d.ts +0 -3
- package/script/types/2_message_entity.d.ts.map +1 -1
- package/script/types/2_secret_message.d.ts +184 -0
- package/script/types/2_secret_message.d.ts.map +1 -0
- package/script/types/2_secret_message.js +344 -0
- package/script/types/2_user.d.ts +2 -2
- package/script/types/2_user.d.ts.map +1 -1
- package/script/types/3_input_media.d.ts +2 -2
- package/script/types/4_gift.d.ts +2 -2
- package/script/types/4_gift.d.ts.map +1 -1
- package/script/types/9_message.d.ts +9 -61
- package/script/types/9_message.d.ts.map +1 -1
- package/script/types/9_message.js +1 -0
- package/script/types/B_update.d.ts +33 -42
- package/script/types/B_update.d.ts.map +1 -1
|
@@ -0,0 +1,849 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MTKruto - Cross-runtime JavaScript library for building Telegram clients
|
|
3
|
+
* Copyright (C) 2023-2026 Roj <https://roj.im/>
|
|
4
|
+
*
|
|
5
|
+
* This file is part of MTKruto.
|
|
6
|
+
*
|
|
7
|
+
* This program is free software: you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
9
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* This program is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
* GNU Lesser General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
18
|
+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
|
+
*/
|
|
20
|
+
export const schema = Object.freeze({
|
|
21
|
+
definitions: {
|
|
22
|
+
true: [
|
|
23
|
+
0x3FEDD339,
|
|
24
|
+
[],
|
|
25
|
+
"True",
|
|
26
|
+
],
|
|
27
|
+
decryptedMessage8: [
|
|
28
|
+
0x1F814F1F,
|
|
29
|
+
[
|
|
30
|
+
["random_id", "long"],
|
|
31
|
+
["random_bytes", "bytes"],
|
|
32
|
+
["message", "string"],
|
|
33
|
+
["media", "DecryptedMessageMedia"],
|
|
34
|
+
],
|
|
35
|
+
"DecryptedMessage",
|
|
36
|
+
],
|
|
37
|
+
decryptedMessageService8: [
|
|
38
|
+
0xAA48327D,
|
|
39
|
+
[
|
|
40
|
+
["random_id", "long"],
|
|
41
|
+
["random_bytes", "bytes"],
|
|
42
|
+
["action", "DecryptedMessageAction"],
|
|
43
|
+
],
|
|
44
|
+
"DecryptedMessage",
|
|
45
|
+
],
|
|
46
|
+
decryptedMessageMediaEmpty: [
|
|
47
|
+
0x089F5C4A,
|
|
48
|
+
[],
|
|
49
|
+
"DecryptedMessageMedia",
|
|
50
|
+
],
|
|
51
|
+
decryptedMessageMediaPhoto8: [
|
|
52
|
+
0x32798A8C,
|
|
53
|
+
[
|
|
54
|
+
["thumb", "bytes"],
|
|
55
|
+
["thumb_w", "int"],
|
|
56
|
+
["thumb_h", "int"],
|
|
57
|
+
["w", "int"],
|
|
58
|
+
["h", "int"],
|
|
59
|
+
["size", "int"],
|
|
60
|
+
["key", "bytes"],
|
|
61
|
+
["iv", "bytes"],
|
|
62
|
+
],
|
|
63
|
+
"DecryptedMessageMedia",
|
|
64
|
+
],
|
|
65
|
+
decryptedMessageMediaVideo8: [
|
|
66
|
+
0x4CEE6EF3,
|
|
67
|
+
[
|
|
68
|
+
["thumb", "bytes"],
|
|
69
|
+
["thumb_w", "int"],
|
|
70
|
+
["thumb_h", "int"],
|
|
71
|
+
["duration", "int"],
|
|
72
|
+
["w", "int"],
|
|
73
|
+
["h", "int"],
|
|
74
|
+
["size", "int"],
|
|
75
|
+
["key", "bytes"],
|
|
76
|
+
["iv", "bytes"],
|
|
77
|
+
],
|
|
78
|
+
"DecryptedMessageMedia",
|
|
79
|
+
],
|
|
80
|
+
decryptedMessageMediaGeoPoint: [
|
|
81
|
+
0x35480A59,
|
|
82
|
+
[
|
|
83
|
+
["lat", "double"],
|
|
84
|
+
["long", "double"],
|
|
85
|
+
],
|
|
86
|
+
"DecryptedMessageMedia",
|
|
87
|
+
],
|
|
88
|
+
decryptedMessageMediaContact: [
|
|
89
|
+
0x588A0A97,
|
|
90
|
+
[
|
|
91
|
+
["phone_number", "string"],
|
|
92
|
+
["first_name", "string"],
|
|
93
|
+
["last_name", "string"],
|
|
94
|
+
["user_id", "int"],
|
|
95
|
+
],
|
|
96
|
+
"DecryptedMessageMedia",
|
|
97
|
+
],
|
|
98
|
+
decryptedMessageActionSetMessageTTL: [
|
|
99
|
+
0xA1733AEC,
|
|
100
|
+
[
|
|
101
|
+
["ttl_seconds", "int"],
|
|
102
|
+
],
|
|
103
|
+
"DecryptedMessageAction",
|
|
104
|
+
],
|
|
105
|
+
decryptedMessageMediaDocument8: [
|
|
106
|
+
0xB095434B,
|
|
107
|
+
[
|
|
108
|
+
["thumb", "bytes"],
|
|
109
|
+
["thumb_w", "int"],
|
|
110
|
+
["thumb_h", "int"],
|
|
111
|
+
["file_name", "string"],
|
|
112
|
+
["mime_type", "string"],
|
|
113
|
+
["size", "int"],
|
|
114
|
+
["key", "bytes"],
|
|
115
|
+
["iv", "bytes"],
|
|
116
|
+
],
|
|
117
|
+
"DecryptedMessageMedia",
|
|
118
|
+
],
|
|
119
|
+
decryptedMessageMediaAudio8: [
|
|
120
|
+
0x6080758F,
|
|
121
|
+
[
|
|
122
|
+
["duration", "int"],
|
|
123
|
+
["size", "int"],
|
|
124
|
+
["key", "bytes"],
|
|
125
|
+
["iv", "bytes"],
|
|
126
|
+
],
|
|
127
|
+
"DecryptedMessageMedia",
|
|
128
|
+
],
|
|
129
|
+
decryptedMessageActionReadMessages: [
|
|
130
|
+
0x0C4F40BE,
|
|
131
|
+
[
|
|
132
|
+
["random_ids", "Vector<long>"],
|
|
133
|
+
],
|
|
134
|
+
"DecryptedMessageAction",
|
|
135
|
+
],
|
|
136
|
+
decryptedMessageActionDeleteMessages: [
|
|
137
|
+
0x65614304,
|
|
138
|
+
[
|
|
139
|
+
["random_ids", "Vector<long>"],
|
|
140
|
+
],
|
|
141
|
+
"DecryptedMessageAction",
|
|
142
|
+
],
|
|
143
|
+
decryptedMessageActionScreenshotMessages: [
|
|
144
|
+
0x8AC1F475,
|
|
145
|
+
[
|
|
146
|
+
["random_ids", "Vector<long>"],
|
|
147
|
+
],
|
|
148
|
+
"DecryptedMessageAction",
|
|
149
|
+
],
|
|
150
|
+
decryptedMessageActionFlushHistory: [
|
|
151
|
+
0x6719E45C,
|
|
152
|
+
[],
|
|
153
|
+
"DecryptedMessageAction",
|
|
154
|
+
],
|
|
155
|
+
decryptedMessage23: [
|
|
156
|
+
0x204D3878,
|
|
157
|
+
[
|
|
158
|
+
["random_id", "long"],
|
|
159
|
+
["ttl", "int"],
|
|
160
|
+
["message", "string"],
|
|
161
|
+
["media", "DecryptedMessageMedia"],
|
|
162
|
+
],
|
|
163
|
+
"DecryptedMessage",
|
|
164
|
+
],
|
|
165
|
+
decryptedMessageService: [
|
|
166
|
+
0x73164160,
|
|
167
|
+
[
|
|
168
|
+
["random_id", "long"],
|
|
169
|
+
["action", "DecryptedMessageAction"],
|
|
170
|
+
],
|
|
171
|
+
"DecryptedMessage",
|
|
172
|
+
],
|
|
173
|
+
decryptedMessageMediaVideo23: [
|
|
174
|
+
0x524A415D,
|
|
175
|
+
[
|
|
176
|
+
["thumb", "bytes"],
|
|
177
|
+
["thumb_w", "int"],
|
|
178
|
+
["thumb_h", "int"],
|
|
179
|
+
["duration", "int"],
|
|
180
|
+
["mime_type", "string"],
|
|
181
|
+
["w", "int"],
|
|
182
|
+
["h", "int"],
|
|
183
|
+
["size", "int"],
|
|
184
|
+
["key", "bytes"],
|
|
185
|
+
["iv", "bytes"],
|
|
186
|
+
],
|
|
187
|
+
"DecryptedMessageMedia",
|
|
188
|
+
],
|
|
189
|
+
decryptedMessageMediaAudio: [
|
|
190
|
+
0x57E0A9CB,
|
|
191
|
+
[
|
|
192
|
+
["duration", "int"],
|
|
193
|
+
["mime_type", "string"],
|
|
194
|
+
["size", "int"],
|
|
195
|
+
["key", "bytes"],
|
|
196
|
+
["iv", "bytes"],
|
|
197
|
+
],
|
|
198
|
+
"DecryptedMessageMedia",
|
|
199
|
+
],
|
|
200
|
+
decryptedMessageLayer: [
|
|
201
|
+
0x1BE31789,
|
|
202
|
+
[
|
|
203
|
+
["random_bytes", "bytes"],
|
|
204
|
+
["layer", "int"],
|
|
205
|
+
["in_seq_no", "int"],
|
|
206
|
+
["out_seq_no", "int"],
|
|
207
|
+
["message", "DecryptedMessage"],
|
|
208
|
+
],
|
|
209
|
+
"DecryptedMessageLayer",
|
|
210
|
+
],
|
|
211
|
+
sendMessageTypingAction: [
|
|
212
|
+
0x16BF744E,
|
|
213
|
+
[],
|
|
214
|
+
"SendMessageAction",
|
|
215
|
+
],
|
|
216
|
+
sendMessageCancelAction: [
|
|
217
|
+
0xFD5EC8F5,
|
|
218
|
+
[],
|
|
219
|
+
"SendMessageAction",
|
|
220
|
+
],
|
|
221
|
+
sendMessageRecordVideoAction: [
|
|
222
|
+
0xA187D66F,
|
|
223
|
+
[],
|
|
224
|
+
"SendMessageAction",
|
|
225
|
+
],
|
|
226
|
+
sendMessageUploadVideoAction: [
|
|
227
|
+
0x92042FF7,
|
|
228
|
+
[],
|
|
229
|
+
"SendMessageAction",
|
|
230
|
+
],
|
|
231
|
+
sendMessageRecordAudioAction: [
|
|
232
|
+
0xD52F73F7,
|
|
233
|
+
[],
|
|
234
|
+
"SendMessageAction",
|
|
235
|
+
],
|
|
236
|
+
sendMessageUploadAudioAction: [
|
|
237
|
+
0xE6AC8A6F,
|
|
238
|
+
[],
|
|
239
|
+
"SendMessageAction",
|
|
240
|
+
],
|
|
241
|
+
sendMessageUploadPhotoAction: [
|
|
242
|
+
0x990A3C1A,
|
|
243
|
+
[],
|
|
244
|
+
"SendMessageAction",
|
|
245
|
+
],
|
|
246
|
+
sendMessageUploadDocumentAction: [
|
|
247
|
+
0x8FAEE98E,
|
|
248
|
+
[],
|
|
249
|
+
"SendMessageAction",
|
|
250
|
+
],
|
|
251
|
+
sendMessageGeoLocationAction: [
|
|
252
|
+
0x176F8BA1,
|
|
253
|
+
[],
|
|
254
|
+
"SendMessageAction",
|
|
255
|
+
],
|
|
256
|
+
sendMessageChooseContactAction: [
|
|
257
|
+
0x628CBC6F,
|
|
258
|
+
[],
|
|
259
|
+
"SendMessageAction",
|
|
260
|
+
],
|
|
261
|
+
decryptedMessageActionResend: [
|
|
262
|
+
0x511110B0,
|
|
263
|
+
[
|
|
264
|
+
["start_seq_no", "int"],
|
|
265
|
+
["end_seq_no", "int"],
|
|
266
|
+
],
|
|
267
|
+
"DecryptedMessageAction",
|
|
268
|
+
],
|
|
269
|
+
decryptedMessageActionNotifyLayer: [
|
|
270
|
+
0xF3048883,
|
|
271
|
+
[
|
|
272
|
+
["layer", "int"],
|
|
273
|
+
],
|
|
274
|
+
"DecryptedMessageAction",
|
|
275
|
+
],
|
|
276
|
+
decryptedMessageActionTyping: [
|
|
277
|
+
0xCCB27641,
|
|
278
|
+
[
|
|
279
|
+
["action", "SendMessageAction"],
|
|
280
|
+
],
|
|
281
|
+
"DecryptedMessageAction",
|
|
282
|
+
],
|
|
283
|
+
decryptedMessageActionRequestKey: [
|
|
284
|
+
0xF3C9611B,
|
|
285
|
+
[
|
|
286
|
+
["exchange_id", "long"],
|
|
287
|
+
["g_a", "bytes"],
|
|
288
|
+
],
|
|
289
|
+
"DecryptedMessageAction",
|
|
290
|
+
],
|
|
291
|
+
decryptedMessageActionAcceptKey: [
|
|
292
|
+
0x6FE1735B,
|
|
293
|
+
[
|
|
294
|
+
["exchange_id", "long"],
|
|
295
|
+
["g_b", "bytes"],
|
|
296
|
+
["key_fingerprint", "long"],
|
|
297
|
+
],
|
|
298
|
+
"DecryptedMessageAction",
|
|
299
|
+
],
|
|
300
|
+
decryptedMessageActionAbortKey: [
|
|
301
|
+
0xDD05EC6B,
|
|
302
|
+
[
|
|
303
|
+
["exchange_id", "long"],
|
|
304
|
+
],
|
|
305
|
+
"DecryptedMessageAction",
|
|
306
|
+
],
|
|
307
|
+
decryptedMessageActionCommitKey: [
|
|
308
|
+
0xEC2E0B9B,
|
|
309
|
+
[
|
|
310
|
+
["exchange_id", "long"],
|
|
311
|
+
["key_fingerprint", "long"],
|
|
312
|
+
],
|
|
313
|
+
"DecryptedMessageAction",
|
|
314
|
+
],
|
|
315
|
+
decryptedMessageActionNoop: [
|
|
316
|
+
0xA82FDD63,
|
|
317
|
+
[],
|
|
318
|
+
"DecryptedMessageAction",
|
|
319
|
+
],
|
|
320
|
+
documentAttributeImageSize: [
|
|
321
|
+
0x6C37C15C,
|
|
322
|
+
[
|
|
323
|
+
["w", "int"],
|
|
324
|
+
["h", "int"],
|
|
325
|
+
],
|
|
326
|
+
"DocumentAttribute",
|
|
327
|
+
],
|
|
328
|
+
documentAttributeAnimated: [
|
|
329
|
+
0x11B58939,
|
|
330
|
+
[],
|
|
331
|
+
"DocumentAttribute",
|
|
332
|
+
],
|
|
333
|
+
documentAttributeSticker23: [
|
|
334
|
+
0xFB0A5727,
|
|
335
|
+
[],
|
|
336
|
+
"DocumentAttribute",
|
|
337
|
+
],
|
|
338
|
+
documentAttributeVideo23: [
|
|
339
|
+
0x5910CCCB,
|
|
340
|
+
[
|
|
341
|
+
["duration", "int"],
|
|
342
|
+
["w", "int"],
|
|
343
|
+
["h", "int"],
|
|
344
|
+
],
|
|
345
|
+
"DocumentAttribute",
|
|
346
|
+
],
|
|
347
|
+
documentAttributeAudio23: [
|
|
348
|
+
0x051448E5,
|
|
349
|
+
[
|
|
350
|
+
["duration", "int"],
|
|
351
|
+
],
|
|
352
|
+
"DocumentAttribute",
|
|
353
|
+
],
|
|
354
|
+
documentAttributeFilename: [
|
|
355
|
+
0x15590068,
|
|
356
|
+
[
|
|
357
|
+
["file_name", "string"],
|
|
358
|
+
],
|
|
359
|
+
"DocumentAttribute",
|
|
360
|
+
],
|
|
361
|
+
photoSizeEmpty: [
|
|
362
|
+
0x0E17E23C,
|
|
363
|
+
[
|
|
364
|
+
["type", "string"],
|
|
365
|
+
],
|
|
366
|
+
"PhotoSize",
|
|
367
|
+
],
|
|
368
|
+
photoSize: [
|
|
369
|
+
0x77BFB61B,
|
|
370
|
+
[
|
|
371
|
+
["type", "string"],
|
|
372
|
+
["location", "FileLocation"],
|
|
373
|
+
["w", "int"],
|
|
374
|
+
["h", "int"],
|
|
375
|
+
["size", "int"],
|
|
376
|
+
],
|
|
377
|
+
"PhotoSize",
|
|
378
|
+
],
|
|
379
|
+
photoCachedSize: [
|
|
380
|
+
0xE9A734FA,
|
|
381
|
+
[
|
|
382
|
+
["type", "string"],
|
|
383
|
+
["location", "FileLocation"],
|
|
384
|
+
["w", "int"],
|
|
385
|
+
["h", "int"],
|
|
386
|
+
["bytes", "bytes"],
|
|
387
|
+
],
|
|
388
|
+
"PhotoSize",
|
|
389
|
+
],
|
|
390
|
+
fileLocationUnavailable: [
|
|
391
|
+
0x7C596B46,
|
|
392
|
+
[
|
|
393
|
+
["volume_id", "long"],
|
|
394
|
+
["local_id", "int"],
|
|
395
|
+
["secret", "long"],
|
|
396
|
+
],
|
|
397
|
+
"FileLocation",
|
|
398
|
+
],
|
|
399
|
+
fileLocation: [
|
|
400
|
+
0x53D69076,
|
|
401
|
+
[
|
|
402
|
+
["dc_id", "int"],
|
|
403
|
+
["volume_id", "long"],
|
|
404
|
+
["local_id", "int"],
|
|
405
|
+
["secret", "long"],
|
|
406
|
+
],
|
|
407
|
+
"FileLocation",
|
|
408
|
+
],
|
|
409
|
+
decryptedMessageMediaExternalDocument: [
|
|
410
|
+
0xFA95B0DD,
|
|
411
|
+
[
|
|
412
|
+
["id", "long"],
|
|
413
|
+
["access_hash", "long"],
|
|
414
|
+
["date", "int"],
|
|
415
|
+
["mime_type", "string"],
|
|
416
|
+
["size", "int"],
|
|
417
|
+
["thumb", "PhotoSize"],
|
|
418
|
+
["dc_id", "int"],
|
|
419
|
+
["attributes", "Vector<DocumentAttribute>"],
|
|
420
|
+
],
|
|
421
|
+
"DecryptedMessageMedia",
|
|
422
|
+
],
|
|
423
|
+
documentAttributeAudio45: [
|
|
424
|
+
0xDED218E0,
|
|
425
|
+
[
|
|
426
|
+
["duration", "int"],
|
|
427
|
+
["title", "string"],
|
|
428
|
+
["performer", "string"],
|
|
429
|
+
],
|
|
430
|
+
"DocumentAttribute",
|
|
431
|
+
],
|
|
432
|
+
decryptedMessage46: [
|
|
433
|
+
0x36B091DE,
|
|
434
|
+
[
|
|
435
|
+
["flags", "#"],
|
|
436
|
+
["random_id", "long"],
|
|
437
|
+
["ttl", "int"],
|
|
438
|
+
["message", "string"],
|
|
439
|
+
["media", "flags.9?DecryptedMessageMedia"],
|
|
440
|
+
["entities", "flags.7?Vector<MessageEntity>"],
|
|
441
|
+
["via_bot_name", "flags.11?string"],
|
|
442
|
+
["reply_to_random_id", "flags.3?long"],
|
|
443
|
+
],
|
|
444
|
+
"DecryptedMessage",
|
|
445
|
+
],
|
|
446
|
+
decryptedMessageMediaPhoto: [
|
|
447
|
+
0xF1FA8D78,
|
|
448
|
+
[
|
|
449
|
+
["thumb", "bytes"],
|
|
450
|
+
["thumb_w", "int"],
|
|
451
|
+
["thumb_h", "int"],
|
|
452
|
+
["w", "int"],
|
|
453
|
+
["h", "int"],
|
|
454
|
+
["size", "int"],
|
|
455
|
+
["key", "bytes"],
|
|
456
|
+
["iv", "bytes"],
|
|
457
|
+
["caption", "string"],
|
|
458
|
+
],
|
|
459
|
+
"DecryptedMessageMedia",
|
|
460
|
+
],
|
|
461
|
+
decryptedMessageMediaVideo: [
|
|
462
|
+
0x970C8C0E,
|
|
463
|
+
[
|
|
464
|
+
["thumb", "bytes"],
|
|
465
|
+
["thumb_w", "int"],
|
|
466
|
+
["thumb_h", "int"],
|
|
467
|
+
["duration", "int"],
|
|
468
|
+
["mime_type", "string"],
|
|
469
|
+
["w", "int"],
|
|
470
|
+
["h", "int"],
|
|
471
|
+
["size", "int"],
|
|
472
|
+
["key", "bytes"],
|
|
473
|
+
["iv", "bytes"],
|
|
474
|
+
["caption", "string"],
|
|
475
|
+
],
|
|
476
|
+
"DecryptedMessageMedia",
|
|
477
|
+
],
|
|
478
|
+
decryptedMessageMediaDocument46: [
|
|
479
|
+
0x7AFE8AE2,
|
|
480
|
+
[
|
|
481
|
+
["thumb", "bytes"],
|
|
482
|
+
["thumb_w", "int"],
|
|
483
|
+
["thumb_h", "int"],
|
|
484
|
+
["mime_type", "string"],
|
|
485
|
+
["size", "int"],
|
|
486
|
+
["key", "bytes"],
|
|
487
|
+
["iv", "bytes"],
|
|
488
|
+
["attributes", "Vector<DocumentAttribute>"],
|
|
489
|
+
["caption", "string"],
|
|
490
|
+
],
|
|
491
|
+
"DecryptedMessageMedia",
|
|
492
|
+
],
|
|
493
|
+
documentAttributeSticker: [
|
|
494
|
+
0x3A556302,
|
|
495
|
+
[
|
|
496
|
+
["alt", "string"],
|
|
497
|
+
["stickerset", "InputStickerSet"],
|
|
498
|
+
],
|
|
499
|
+
"DocumentAttribute",
|
|
500
|
+
],
|
|
501
|
+
documentAttributeAudio: [
|
|
502
|
+
0x9852F9C6,
|
|
503
|
+
[
|
|
504
|
+
["flags", "#"],
|
|
505
|
+
["voice", "flags.10?true"],
|
|
506
|
+
["duration", "int"],
|
|
507
|
+
["title", "flags.0?string"],
|
|
508
|
+
["performer", "flags.1?string"],
|
|
509
|
+
["waveform", "flags.2?bytes"],
|
|
510
|
+
],
|
|
511
|
+
"DocumentAttribute",
|
|
512
|
+
],
|
|
513
|
+
messageEntityUnknown: [
|
|
514
|
+
0xBB92BA95,
|
|
515
|
+
[
|
|
516
|
+
["offset", "int"],
|
|
517
|
+
["length", "int"],
|
|
518
|
+
],
|
|
519
|
+
"MessageEntity",
|
|
520
|
+
],
|
|
521
|
+
messageEntityMention: [
|
|
522
|
+
0xFA04579D,
|
|
523
|
+
[
|
|
524
|
+
["offset", "int"],
|
|
525
|
+
["length", "int"],
|
|
526
|
+
],
|
|
527
|
+
"MessageEntity",
|
|
528
|
+
],
|
|
529
|
+
messageEntityHashtag: [
|
|
530
|
+
0x6F635B0D,
|
|
531
|
+
[
|
|
532
|
+
["offset", "int"],
|
|
533
|
+
["length", "int"],
|
|
534
|
+
],
|
|
535
|
+
"MessageEntity",
|
|
536
|
+
],
|
|
537
|
+
messageEntityBotCommand: [
|
|
538
|
+
0x6CEF8AC7,
|
|
539
|
+
[
|
|
540
|
+
["offset", "int"],
|
|
541
|
+
["length", "int"],
|
|
542
|
+
],
|
|
543
|
+
"MessageEntity",
|
|
544
|
+
],
|
|
545
|
+
messageEntityUrl: [
|
|
546
|
+
0x6ED02538,
|
|
547
|
+
[
|
|
548
|
+
["offset", "int"],
|
|
549
|
+
["length", "int"],
|
|
550
|
+
],
|
|
551
|
+
"MessageEntity",
|
|
552
|
+
],
|
|
553
|
+
messageEntityEmail: [
|
|
554
|
+
0x64E475C2,
|
|
555
|
+
[
|
|
556
|
+
["offset", "int"],
|
|
557
|
+
["length", "int"],
|
|
558
|
+
],
|
|
559
|
+
"MessageEntity",
|
|
560
|
+
],
|
|
561
|
+
messageEntityBold: [
|
|
562
|
+
0xBD610BC9,
|
|
563
|
+
[
|
|
564
|
+
["offset", "int"],
|
|
565
|
+
["length", "int"],
|
|
566
|
+
],
|
|
567
|
+
"MessageEntity",
|
|
568
|
+
],
|
|
569
|
+
messageEntityItalic: [
|
|
570
|
+
0x826F8B60,
|
|
571
|
+
[
|
|
572
|
+
["offset", "int"],
|
|
573
|
+
["length", "int"],
|
|
574
|
+
],
|
|
575
|
+
"MessageEntity",
|
|
576
|
+
],
|
|
577
|
+
messageEntityCode: [
|
|
578
|
+
0x28A20571,
|
|
579
|
+
[
|
|
580
|
+
["offset", "int"],
|
|
581
|
+
["length", "int"],
|
|
582
|
+
],
|
|
583
|
+
"MessageEntity",
|
|
584
|
+
],
|
|
585
|
+
messageEntityPre: [
|
|
586
|
+
0x73924BE0,
|
|
587
|
+
[
|
|
588
|
+
["offset", "int"],
|
|
589
|
+
["length", "int"],
|
|
590
|
+
["language", "string"],
|
|
591
|
+
],
|
|
592
|
+
"MessageEntity",
|
|
593
|
+
],
|
|
594
|
+
messageEntityTextUrl: [
|
|
595
|
+
0x76A6D327,
|
|
596
|
+
[
|
|
597
|
+
["offset", "int"],
|
|
598
|
+
["length", "int"],
|
|
599
|
+
["url", "string"],
|
|
600
|
+
],
|
|
601
|
+
"MessageEntity",
|
|
602
|
+
],
|
|
603
|
+
messageEntityMentionName: [
|
|
604
|
+
0x352DCA58,
|
|
605
|
+
[
|
|
606
|
+
["offset", "int"],
|
|
607
|
+
["length", "int"],
|
|
608
|
+
["user_id", "int"],
|
|
609
|
+
],
|
|
610
|
+
"MessageEntity",
|
|
611
|
+
],
|
|
612
|
+
messageEntityPhone: [
|
|
613
|
+
0x9B69E34B,
|
|
614
|
+
[
|
|
615
|
+
["offset", "int"],
|
|
616
|
+
["length", "int"],
|
|
617
|
+
],
|
|
618
|
+
"MessageEntity",
|
|
619
|
+
],
|
|
620
|
+
messageEntityCashtag: [
|
|
621
|
+
0x4C4E743F,
|
|
622
|
+
[
|
|
623
|
+
["offset", "int"],
|
|
624
|
+
["length", "int"],
|
|
625
|
+
],
|
|
626
|
+
"MessageEntity",
|
|
627
|
+
],
|
|
628
|
+
messageEntityBankCard: [
|
|
629
|
+
0x761E6AF4,
|
|
630
|
+
[
|
|
631
|
+
["offset", "int"],
|
|
632
|
+
["length", "int"],
|
|
633
|
+
],
|
|
634
|
+
"MessageEntity",
|
|
635
|
+
],
|
|
636
|
+
inputStickerSetShortName: [
|
|
637
|
+
0x861CC8A0,
|
|
638
|
+
[
|
|
639
|
+
["short_name", "string"],
|
|
640
|
+
],
|
|
641
|
+
"InputStickerSet",
|
|
642
|
+
],
|
|
643
|
+
inputStickerSetEmpty: [
|
|
644
|
+
0xFFB62B95,
|
|
645
|
+
[],
|
|
646
|
+
"InputStickerSet",
|
|
647
|
+
],
|
|
648
|
+
decryptedMessageMediaVenue: [
|
|
649
|
+
0x8A0DF56F,
|
|
650
|
+
[
|
|
651
|
+
["lat", "double"],
|
|
652
|
+
["long", "double"],
|
|
653
|
+
["title", "string"],
|
|
654
|
+
["address", "string"],
|
|
655
|
+
["provider", "string"],
|
|
656
|
+
["venue_id", "string"],
|
|
657
|
+
],
|
|
658
|
+
"DecryptedMessageMedia",
|
|
659
|
+
],
|
|
660
|
+
decryptedMessageMediaWebPage: [
|
|
661
|
+
0xE50511D8,
|
|
662
|
+
[
|
|
663
|
+
["url", "string"],
|
|
664
|
+
],
|
|
665
|
+
"DecryptedMessageMedia",
|
|
666
|
+
],
|
|
667
|
+
sendMessageRecordRoundAction: [
|
|
668
|
+
0x88F27FBC,
|
|
669
|
+
[],
|
|
670
|
+
"SendMessageAction",
|
|
671
|
+
],
|
|
672
|
+
sendMessageUploadRoundAction: [
|
|
673
|
+
0xBB718624,
|
|
674
|
+
[],
|
|
675
|
+
"SendMessageAction",
|
|
676
|
+
],
|
|
677
|
+
documentAttributeVideo: [
|
|
678
|
+
0x0EF02CE6,
|
|
679
|
+
[
|
|
680
|
+
["flags", "#"],
|
|
681
|
+
["round_message", "flags.0?true"],
|
|
682
|
+
["duration", "int"],
|
|
683
|
+
["w", "int"],
|
|
684
|
+
["h", "int"],
|
|
685
|
+
],
|
|
686
|
+
"DocumentAttribute",
|
|
687
|
+
],
|
|
688
|
+
decryptedMessage: [
|
|
689
|
+
0x91CC4674,
|
|
690
|
+
[
|
|
691
|
+
["flags", "#"],
|
|
692
|
+
["silent", "flags.5?true"],
|
|
693
|
+
["random_id", "long"],
|
|
694
|
+
["ttl", "int"],
|
|
695
|
+
["message", "string"],
|
|
696
|
+
["media", "flags.9?DecryptedMessageMedia"],
|
|
697
|
+
["entities", "flags.7?Vector<MessageEntity>"],
|
|
698
|
+
["via_bot_name", "flags.11?string"],
|
|
699
|
+
["reply_to_random_id", "flags.3?long"],
|
|
700
|
+
["grouped_id", "flags.17?long"],
|
|
701
|
+
],
|
|
702
|
+
"DecryptedMessage",
|
|
703
|
+
],
|
|
704
|
+
messageEntityUnderline: [
|
|
705
|
+
0x9C4E7E8B,
|
|
706
|
+
[
|
|
707
|
+
["offset", "int"],
|
|
708
|
+
["length", "int"],
|
|
709
|
+
],
|
|
710
|
+
"MessageEntity",
|
|
711
|
+
],
|
|
712
|
+
messageEntityStrike: [
|
|
713
|
+
0xBF0693D4,
|
|
714
|
+
[
|
|
715
|
+
["offset", "int"],
|
|
716
|
+
["length", "int"],
|
|
717
|
+
],
|
|
718
|
+
"MessageEntity",
|
|
719
|
+
],
|
|
720
|
+
messageEntityBlockquote: [
|
|
721
|
+
0x020DF5D0,
|
|
722
|
+
[
|
|
723
|
+
["offset", "int"],
|
|
724
|
+
["length", "int"],
|
|
725
|
+
],
|
|
726
|
+
"MessageEntity",
|
|
727
|
+
],
|
|
728
|
+
decryptedMessageMediaDocument: [
|
|
729
|
+
0x6ABD9782,
|
|
730
|
+
[
|
|
731
|
+
["thumb", "bytes"],
|
|
732
|
+
["thumb_w", "int"],
|
|
733
|
+
["thumb_h", "int"],
|
|
734
|
+
["mime_type", "string"],
|
|
735
|
+
["size", "long"],
|
|
736
|
+
["key", "bytes"],
|
|
737
|
+
["iv", "bytes"],
|
|
738
|
+
["attributes", "Vector<DocumentAttribute>"],
|
|
739
|
+
["caption", "string"],
|
|
740
|
+
],
|
|
741
|
+
"DecryptedMessageMedia",
|
|
742
|
+
],
|
|
743
|
+
messageEntitySpoiler: [
|
|
744
|
+
0x32CA960F,
|
|
745
|
+
[
|
|
746
|
+
["offset", "int"],
|
|
747
|
+
["length", "int"],
|
|
748
|
+
],
|
|
749
|
+
"MessageEntity",
|
|
750
|
+
],
|
|
751
|
+
messageEntityCustomEmoji: [
|
|
752
|
+
0xC8CF05F8,
|
|
753
|
+
[
|
|
754
|
+
["offset", "int"],
|
|
755
|
+
["length", "int"],
|
|
756
|
+
["document_id", "long"],
|
|
757
|
+
],
|
|
758
|
+
"MessageEntity",
|
|
759
|
+
],
|
|
760
|
+
},
|
|
761
|
+
identifierToName: {
|
|
762
|
+
[0x3FEDD339]: "true",
|
|
763
|
+
[0x1F814F1F]: "decryptedMessage8",
|
|
764
|
+
[0xAA48327D]: "decryptedMessageService8",
|
|
765
|
+
[0x089F5C4A]: "decryptedMessageMediaEmpty",
|
|
766
|
+
[0x32798A8C]: "decryptedMessageMediaPhoto8",
|
|
767
|
+
[0x4CEE6EF3]: "decryptedMessageMediaVideo8",
|
|
768
|
+
[0x35480A59]: "decryptedMessageMediaGeoPoint",
|
|
769
|
+
[0x588A0A97]: "decryptedMessageMediaContact",
|
|
770
|
+
[0xA1733AEC]: "decryptedMessageActionSetMessageTTL",
|
|
771
|
+
[0xB095434B]: "decryptedMessageMediaDocument8",
|
|
772
|
+
[0x6080758F]: "decryptedMessageMediaAudio8",
|
|
773
|
+
[0x0C4F40BE]: "decryptedMessageActionReadMessages",
|
|
774
|
+
[0x65614304]: "decryptedMessageActionDeleteMessages",
|
|
775
|
+
[0x8AC1F475]: "decryptedMessageActionScreenshotMessages",
|
|
776
|
+
[0x6719E45C]: "decryptedMessageActionFlushHistory",
|
|
777
|
+
[0x204D3878]: "decryptedMessage23",
|
|
778
|
+
[0x73164160]: "decryptedMessageService",
|
|
779
|
+
[0x524A415D]: "decryptedMessageMediaVideo23",
|
|
780
|
+
[0x57E0A9CB]: "decryptedMessageMediaAudio",
|
|
781
|
+
[0x1BE31789]: "decryptedMessageLayer",
|
|
782
|
+
[0x16BF744E]: "sendMessageTypingAction",
|
|
783
|
+
[0xFD5EC8F5]: "sendMessageCancelAction",
|
|
784
|
+
[0xA187D66F]: "sendMessageRecordVideoAction",
|
|
785
|
+
[0x92042FF7]: "sendMessageUploadVideoAction",
|
|
786
|
+
[0xD52F73F7]: "sendMessageRecordAudioAction",
|
|
787
|
+
[0xE6AC8A6F]: "sendMessageUploadAudioAction",
|
|
788
|
+
[0x990A3C1A]: "sendMessageUploadPhotoAction",
|
|
789
|
+
[0x8FAEE98E]: "sendMessageUploadDocumentAction",
|
|
790
|
+
[0x176F8BA1]: "sendMessageGeoLocationAction",
|
|
791
|
+
[0x628CBC6F]: "sendMessageChooseContactAction",
|
|
792
|
+
[0x511110B0]: "decryptedMessageActionResend",
|
|
793
|
+
[0xF3048883]: "decryptedMessageActionNotifyLayer",
|
|
794
|
+
[0xCCB27641]: "decryptedMessageActionTyping",
|
|
795
|
+
[0xF3C9611B]: "decryptedMessageActionRequestKey",
|
|
796
|
+
[0x6FE1735B]: "decryptedMessageActionAcceptKey",
|
|
797
|
+
[0xDD05EC6B]: "decryptedMessageActionAbortKey",
|
|
798
|
+
[0xEC2E0B9B]: "decryptedMessageActionCommitKey",
|
|
799
|
+
[0xA82FDD63]: "decryptedMessageActionNoop",
|
|
800
|
+
[0x6C37C15C]: "documentAttributeImageSize",
|
|
801
|
+
[0x11B58939]: "documentAttributeAnimated",
|
|
802
|
+
[0xFB0A5727]: "documentAttributeSticker23",
|
|
803
|
+
[0x5910CCCB]: "documentAttributeVideo23",
|
|
804
|
+
[0x051448E5]: "documentAttributeAudio23",
|
|
805
|
+
[0x15590068]: "documentAttributeFilename",
|
|
806
|
+
[0x0E17E23C]: "photoSizeEmpty",
|
|
807
|
+
[0x77BFB61B]: "photoSize",
|
|
808
|
+
[0xE9A734FA]: "photoCachedSize",
|
|
809
|
+
[0x7C596B46]: "fileLocationUnavailable",
|
|
810
|
+
[0x53D69076]: "fileLocation",
|
|
811
|
+
[0xFA95B0DD]: "decryptedMessageMediaExternalDocument",
|
|
812
|
+
[0xDED218E0]: "documentAttributeAudio45",
|
|
813
|
+
[0x36B091DE]: "decryptedMessage46",
|
|
814
|
+
[0xF1FA8D78]: "decryptedMessageMediaPhoto",
|
|
815
|
+
[0x970C8C0E]: "decryptedMessageMediaVideo",
|
|
816
|
+
[0x7AFE8AE2]: "decryptedMessageMediaDocument46",
|
|
817
|
+
[0x3A556302]: "documentAttributeSticker",
|
|
818
|
+
[0x9852F9C6]: "documentAttributeAudio",
|
|
819
|
+
[0xBB92BA95]: "messageEntityUnknown",
|
|
820
|
+
[0xFA04579D]: "messageEntityMention",
|
|
821
|
+
[0x6F635B0D]: "messageEntityHashtag",
|
|
822
|
+
[0x6CEF8AC7]: "messageEntityBotCommand",
|
|
823
|
+
[0x6ED02538]: "messageEntityUrl",
|
|
824
|
+
[0x64E475C2]: "messageEntityEmail",
|
|
825
|
+
[0xBD610BC9]: "messageEntityBold",
|
|
826
|
+
[0x826F8B60]: "messageEntityItalic",
|
|
827
|
+
[0x28A20571]: "messageEntityCode",
|
|
828
|
+
[0x73924BE0]: "messageEntityPre",
|
|
829
|
+
[0x76A6D327]: "messageEntityTextUrl",
|
|
830
|
+
[0x352DCA58]: "messageEntityMentionName",
|
|
831
|
+
[0x9B69E34B]: "messageEntityPhone",
|
|
832
|
+
[0x4C4E743F]: "messageEntityCashtag",
|
|
833
|
+
[0x761E6AF4]: "messageEntityBankCard",
|
|
834
|
+
[0x861CC8A0]: "inputStickerSetShortName",
|
|
835
|
+
[0xFFB62B95]: "inputStickerSetEmpty",
|
|
836
|
+
[0x8A0DF56F]: "decryptedMessageMediaVenue",
|
|
837
|
+
[0xE50511D8]: "decryptedMessageMediaWebPage",
|
|
838
|
+
[0x88F27FBC]: "sendMessageRecordRoundAction",
|
|
839
|
+
[0xBB718624]: "sendMessageUploadRoundAction",
|
|
840
|
+
[0x0EF02CE6]: "documentAttributeVideo",
|
|
841
|
+
[0x91CC4674]: "decryptedMessage",
|
|
842
|
+
[0x9C4E7E8B]: "messageEntityUnderline",
|
|
843
|
+
[0xBF0693D4]: "messageEntityStrike",
|
|
844
|
+
[0x020DF5D0]: "messageEntityBlockquote",
|
|
845
|
+
[0x6ABD9782]: "decryptedMessageMediaDocument",
|
|
846
|
+
[0x32CA960F]: "messageEntitySpoiler",
|
|
847
|
+
[0xC8CF05F8]: "messageEntityCustomEmoji",
|
|
848
|
+
},
|
|
849
|
+
});
|