@mtkruto/node 0.1.106 → 0.1.107

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.
Files changed (85) hide show
  1. package/esm/4_constants.d.ts +2 -2
  2. package/esm/4_constants.js +2 -2
  3. package/esm/client/3_types.d.ts +17 -12
  4. package/esm/client/4_client.d.ts +47 -20
  5. package/esm/client/4_client.js +56 -37
  6. package/esm/tl/2_types.d.ts +231 -55
  7. package/esm/tl/2_types.js +782 -150
  8. package/esm/tl/3_functions.d.ts +159 -53
  9. package/esm/tl/3_functions.js +488 -147
  10. package/esm/types/0_audio.d.ts +9 -9
  11. package/esm/types/0_bot_command.d.ts +2 -0
  12. package/esm/types/0_chat_action.d.ts +1 -0
  13. package/esm/types/0_chat_administrator_rights.d.ts +13 -13
  14. package/esm/types/0_chat_photo.d.ts +7 -6
  15. package/esm/types/0_chat_photo.js +1 -1
  16. package/esm/types/0_contact.d.ts +6 -6
  17. package/esm/types/0_dice.d.ts +3 -3
  18. package/esm/types/0_force_reply.d.ts +4 -4
  19. package/esm/types/0_input_contact_message_content.d.ts +5 -0
  20. package/esm/types/0_input_location_message_content.d.ts +7 -0
  21. package/esm/types/0_input_venue_message_content.d.ts +10 -1
  22. package/esm/types/0_keyboard_button_poll_type.d.ts +3 -3
  23. package/esm/types/0_location.d.ts +7 -7
  24. package/esm/types/0_login_url.d.ts +4 -5
  25. package/esm/types/0_mask_position.d.ts +0 -1
  26. package/esm/types/0_message_entity.d.ts +5 -5
  27. package/esm/types/0_parse_mode.d.ts +1 -0
  28. package/esm/types/0_poll_option.d.ts +2 -2
  29. package/esm/types/0_reply_keyboard_remove.d.ts +3 -3
  30. package/esm/types/0_thumbnail.d.ts +6 -6
  31. package/esm/types/0_venue.d.ts +6 -6
  32. package/esm/types/0_voice.d.ts +6 -6
  33. package/esm/types/0_web_app_info.d.ts +1 -2
  34. package/esm/types/1_animation.d.ts +9 -9
  35. package/esm/types/1_chat.d.ts +29 -28
  36. package/esm/types/1_document.d.ts +6 -7
  37. package/esm/types/1_keyboard_button.d.ts +1 -1
  38. package/esm/types/1_photo.d.ts +3 -3
  39. package/esm/types/1_sticker.d.ts +2 -2
  40. package/esm/types/1_user.d.ts +2 -1
  41. package/esm/types/1_video.d.ts +4 -4
  42. package/esm/types/1_video_note.d.ts +3 -3
  43. package/package.json +1 -1
  44. package/script/4_constants.d.ts +2 -2
  45. package/script/4_constants.js +2 -2
  46. package/script/client/3_types.d.ts +17 -12
  47. package/script/client/4_client.d.ts +47 -20
  48. package/script/client/4_client.js +56 -37
  49. package/script/tl/2_types.d.ts +231 -55
  50. package/script/tl/2_types.js +824 -179
  51. package/script/tl/3_functions.d.ts +159 -53
  52. package/script/tl/3_functions.js +510 -159
  53. package/script/types/0_audio.d.ts +9 -9
  54. package/script/types/0_bot_command.d.ts +2 -0
  55. package/script/types/0_chat_action.d.ts +1 -0
  56. package/script/types/0_chat_administrator_rights.d.ts +13 -13
  57. package/script/types/0_chat_photo.d.ts +7 -6
  58. package/script/types/0_chat_photo.js +1 -1
  59. package/script/types/0_contact.d.ts +6 -6
  60. package/script/types/0_dice.d.ts +3 -3
  61. package/script/types/0_force_reply.d.ts +4 -4
  62. package/script/types/0_input_contact_message_content.d.ts +5 -0
  63. package/script/types/0_input_location_message_content.d.ts +7 -0
  64. package/script/types/0_input_venue_message_content.d.ts +10 -1
  65. package/script/types/0_keyboard_button_poll_type.d.ts +3 -3
  66. package/script/types/0_location.d.ts +7 -7
  67. package/script/types/0_login_url.d.ts +4 -5
  68. package/script/types/0_mask_position.d.ts +0 -1
  69. package/script/types/0_message_entity.d.ts +5 -5
  70. package/script/types/0_parse_mode.d.ts +1 -0
  71. package/script/types/0_poll_option.d.ts +2 -2
  72. package/script/types/0_reply_keyboard_remove.d.ts +3 -3
  73. package/script/types/0_thumbnail.d.ts +6 -6
  74. package/script/types/0_venue.d.ts +6 -6
  75. package/script/types/0_voice.d.ts +6 -6
  76. package/script/types/0_web_app_info.d.ts +1 -2
  77. package/script/types/1_animation.d.ts +9 -9
  78. package/script/types/1_chat.d.ts +29 -28
  79. package/script/types/1_document.d.ts +6 -7
  80. package/script/types/1_keyboard_button.d.ts +1 -1
  81. package/script/types/1_photo.d.ts +3 -3
  82. package/script/types/1_sticker.d.ts +2 -2
  83. package/script/types/1_user.d.ts +2 -1
  84. package/script/types/1_video.d.ts +4 -4
  85. package/script/types/1_video_note.d.ts +3 -3
@@ -4,8 +4,8 @@ export type PublicKeys = readonly [bigint, [bigint, bigint]][];
4
4
  export declare const PUBLIC_KEYS: PublicKeys;
5
5
  export declare const VECTOR_CONSTRUCTOR = 481674261;
6
6
  export declare const INITIAL_DC: DC;
7
- export declare const LAYER = 161;
8
- export declare const APP_VERSION = "MTKruto 0.1.106";
7
+ export declare const LAYER = 165;
8
+ export declare const APP_VERSION = "MTKruto 0.1.107";
9
9
  export declare const DEVICE_MODEL: string;
10
10
  export declare const LANG_CODE: string;
11
11
  export declare const LANG_PACK = "";
@@ -53,8 +53,8 @@ export const PUBLIC_KEYS = Object.freeze([
53
53
  ]);
54
54
  export const VECTOR_CONSTRUCTOR = 0x1CB5C415;
55
55
  export const INITIAL_DC = "2-test";
56
- export const LAYER = 161;
57
- export const APP_VERSION = "MTKruto 0.1.106";
56
+ export const LAYER = 165;
57
+ export const APP_VERSION = "MTKruto 0.1.107";
58
58
  // @ts-ignore: lib
59
59
  export const DEVICE_MODEL = typeof dntShim.Deno === "undefined" ? typeof navigator === "undefined" ? typeof process === "undefined" ? "Unknown" : process.platform + "-" + process.arch : navigator.userAgent.split(" ")[0] : dntShim.Deno.build.os + "-" + dntShim.Deno.build.arch;
60
60
  export const LANG_CODE = typeof navigator === "undefined" ? "en" : navigator.language.split("-")[0];
@@ -40,13 +40,13 @@ export interface ClientParams extends ClientPlainParams {
40
40
  errorHandler?: (err: unknown, function_: types.Type | functions.Function<unknown>, n: number) => MaybePromise<boolean>;
41
41
  }
42
42
  export interface AnswerCallbackQueryParams {
43
- /** Text of the answer */
43
+ /** A text to be shown to the user. */
44
44
  text?: string;
45
- /** Pass true to show an alert to the user instead of a toast notification */
45
+ /** Whether to show the text as an alert (popup). */
46
46
  alert?: boolean;
47
- /** URL to be opened */
47
+ /** A URL to be opened. */
48
48
  url?: string;
49
- /** Time during which the result of the query can be cached, in seconds */
49
+ /** TTL of answer caches in seconds. */
50
50
  cacheTime?: number;
51
51
  }
52
52
  export interface AuthorizeUserParams<S = string> {
@@ -135,19 +135,24 @@ export interface ForwardMessagesParams {
135
135
  }
136
136
  export interface SendPollParams {
137
137
  /**
138
- * True, if the poll needs to be anonymous, defaults to True */
138
+ * Whether the poll should be anonymous.
139
+ */
139
140
  isAnonymous?: boolean;
140
141
  /**
141
- * The type of the poll. Defaults to regular. */
142
+ * The type of the poll.
143
+ */
142
144
  type?: "quiz" | "regular";
143
145
  /**
144
- * True, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to False */
146
+ * Whether multiple selections should be allowed. Only valid for regular polls.
147
+ */
145
148
  allowMultipleAnswers?: boolean;
146
149
  /**
147
- * Index of the correct option. Required for quizzes. */
150
+ * Index of the correct option. Required for quiz polls.
151
+ */
148
152
  correctOptionIndex?: number;
149
153
  /**
150
- * Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing */
154
+ * A text that will be shown to the user when the poll is answered. Only valid for quiz polls.
155
+ */
151
156
  explanation?: string;
152
157
  /**
153
158
  * The parse mode to use for the explanation. If not provided, the default parse mode will be used.
@@ -158,15 +163,15 @@ export interface SendPollParams {
158
163
  */
159
164
  explanationEntities?: MessageEntity[];
160
165
  /**
161
- * Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date.
166
+ * Duration of the poll in seconds. Must be in the range of 5-600. Cannot be used simultaneously with `closeDate`.
162
167
  */
163
168
  openPeriod?: number;
164
169
  /**
165
- * Point in time when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with open_period.
170
+ * The time in which the poll will be closed. Must be at least 5 seconds in the future, and no more than 600. Cannot be used simultaneously with `openPeriod`.
166
171
  */
167
172
  closeDate?: Date;
168
173
  /**
169
- * Pass True if the poll needs to be immediately closed. This can be useful for poll preview.
174
+ * Whether the poll should be closed as soon as it is sent, allowing no answers.
170
175
  */
171
176
  isClosed?: boolean;
172
177
  /**
@@ -2,7 +2,7 @@ import { MaybePromise } from "../1_utilities.js";
2
2
  import { functions, ReadObject, types } from "../2_tl.js";
3
3
  import { Storage } from "../3_storage.js";
4
4
  import { DC } from "../3_transport.js";
5
- import { BotCommand, ChatAction, ChatID, InlineQueryResult, Message } from "../3_types.js";
5
+ import { BotCommand, ChatAction, ChatID, InlineQueryResult, Message, User } from "../3_types.js";
6
6
  import { Migrate } from "../4_errors.js";
7
7
  import { With } from "./0_utilities.js";
8
8
  import { ClientAbstract } from "./1_client_abstract.js";
@@ -135,64 +135,82 @@ export declare class Client extends ClientAbstract {
135
135
  /**
136
136
  * Send a text message.
137
137
  *
138
+ * @method
138
139
  * @param chatId The chat to send the message to.
139
140
  * @param text The message's text.
140
- * @method
141
+ * @returns The sent text message.
141
142
  */
142
143
  sendMessage(chatId: ChatID, text: string, params?: SendMessagesParams): Promise<With<Message, "text">>;
143
144
  private parseText;
144
145
  /**
145
146
  * Edit a message's text.
146
147
  *
148
+ * @method
147
149
  * @param chatId The chat where the message is.
148
150
  * @param messageId The ID of the message.
149
151
  * @param text The new text of the message.
150
- * @method
152
+ * @returns The edited text message.
151
153
  */
152
154
  editMessageText(chatId: ChatID, messageId: number, text: string, params?: EditMessageParams): Promise<With<Message, "text">>;
153
155
  private getMessagesInner;
154
156
  /**
155
157
  * Retrieve multiple messages.
156
158
  *
159
+ * @method
157
160
  * @param chatId The identifier of the chat to retrieve the messages from.
158
161
  * @param messageIds The identifiers of the messages to retrieve.
159
- * @method
162
+ * @example ```ts
163
+ * const message = await client.getMessages("@MTKruto", [210, 212]);
164
+ * ```
165
+ * @returns The retrieved messages.
160
166
  */
161
- getMessages(chatId_: ChatID, messageIds: number[]): Promise<Omit<Message, "replyToMessage">[]>;
167
+ getMessages(chatId: ChatID, messageIds: number[]): Promise<Omit<Message, "replyToMessage">[]>;
162
168
  private [getMessageWithReply];
163
169
  /**
164
170
  * Retrieve a single message.
165
171
  *
172
+ * @method
166
173
  * @param chatId The identifier of the chat to retrieve the message from.
167
174
  * @param messageId The identifier of the message to retrieve.
168
- * @method
175
+ * @example ```ts
176
+ * const message = await client.getMessage("@MTKruto", 212);
177
+ * ```
178
+ * @returns The retrieved message.
169
179
  */
170
180
  getMessage(chatId: ChatID, messageId: number): Promise<Omit<Message, "replyToMessage"> | null>;
171
181
  private downloadInner;
172
182
  /**
173
183
  * Download a file.
174
184
  *
175
- * @param fileId The identifier of the file to download.
176
185
  * @method
186
+ * @param fileId The identifier of the file to download.
187
+ * @example ```ts
188
+ * for await (const chunk of client.download(fileId, { chunkSize: 256 * 1024 })) {
189
+ * await outFile.write(chunk);
190
+ * }
191
+ * ```
192
+ * @returns A generator yielding the contents of the file.
177
193
  */
178
194
  download(fileId: string, params?: DownloadParams): Promise<AsyncGenerator<Uint8Array, void, unknown>>;
179
195
  private [getStickerSetName];
180
196
  /**
181
197
  * Forward multiple messages.
182
198
  *
199
+ * @method
183
200
  * @param from The identifier of the chat to forward the messages from.
184
201
  * @param to The identifier of the chat to forward the messages to.
185
202
  * @param messageIds The identifiers of the messages to forward.
186
- * @method
203
+ * @returns The forwarded messages.
187
204
  */
188
205
  forwardMessages(from: ChatID, to: ChatID, messageIds: number[], params?: ForwardMessagesParams): Promise<Message[]>;
189
206
  /**
190
207
  * Forward a single message.
191
208
  *
209
+ * @method
192
210
  * @param from The identifier of the chat to forward the message from.
193
211
  * @param to The identifier of the chat to forward the message to.
194
212
  * @param messageId The identifier of the message to forward.
195
- * @method
213
+ * @returns The forwarded message.
196
214
  */
197
215
  forwardMessage(from: ChatID, to: ChatID, messageId: number, params?: ForwardMessagesParams): Promise<Message>;
198
216
  /**
@@ -200,13 +218,13 @@ export declare class Client extends ClientAbstract {
200
218
  *
201
219
  * @method
202
220
  */
203
- getMe(): Promise<import("../3_types.js").User>;
221
+ getMe(): Promise<User>;
204
222
  private handleUpdate;
205
223
  /**
206
224
  * Answer a callback query. Bot-only.
207
225
  *
208
- * @param id ID of the callback query to answer.
209
226
  * @method
227
+ * @param id ID of the callback query to answer.
210
228
  */
211
229
  answerCallbackQuery(id: string, params?: AnswerCallbackQueryParams): Promise<void>;
212
230
  private usernameResolver;
@@ -215,33 +233,36 @@ export declare class Client extends ClientAbstract {
215
233
  /**
216
234
  * Send a poll.
217
235
  *
236
+ * @method
218
237
  * @param chatId The chat to send the poll to.
219
238
  * @param question The poll's question.
220
239
  * @param options The poll's options.
221
- * @method
240
+ * @returns The sent poll.
222
241
  */
223
242
  sendPoll(chatId: ChatID, question: string, options: [string, string, ...string[]], params?: SendPollParams): Promise<With<Message, "poll">>;
224
243
  /**
225
244
  * Send a chat action.
226
245
  *
246
+ * @method
227
247
  * @param chatId The chat to send the chat action to.
228
248
  * @param action The chat action.
229
249
  * @param messageThreadId The thread to send the chat action to.
230
- * @method
231
250
  */
232
- sendChatAction(chatId: ChatID, action_: ChatAction, messageThreadId?: number): Promise<void>;
251
+ sendChatAction(chatId: ChatID, action: ChatAction, params?: {
252
+ messageThreadId?: number;
253
+ }): Promise<void>;
233
254
  /**
234
255
  * Upload a file.
235
256
  *
236
- * @param contents The contents of the file.
237
257
  * @method
258
+ * @param contents The contents of the file.
238
259
  */
239
260
  upload(contents: Uint8Array, params?: UploadParams): Promise<types.InputFile | types.InputFileBig>;
240
261
  /**
241
262
  * Set the bot's commands in the given scope and/or language. Bot-only.
242
263
  *
243
- * @param commands The commands to set.
244
264
  * @method
265
+ * @param commands The commands to set.
245
266
  */
246
267
  setMyCommands(commands: BotCommand[], params?: SetMyCommandsParams): Promise<void>;
247
268
  /**
@@ -251,9 +272,9 @@ export declare class Client extends ClientAbstract {
251
272
  /**
252
273
  * Answer an inline query. Bot-only.
253
274
  *
275
+ * @method
254
276
  * @param id The ID of the inline query to answer.
255
277
  * @param results The results to answer with.
256
- * @method
257
278
  */
258
279
  answerInlineQuery(id: string, results: InlineQueryResult[], params?: AnswerInlineQueryParams): Promise<void>;
259
280
  private handle;
@@ -296,18 +317,24 @@ export declare class Client extends ClientAbstract {
296
317
  *
297
318
  * @method
298
319
  */
299
- getMyDescription(languageCode?: string): Promise<string>;
320
+ getMyDescription(params?: {
321
+ languageCode?: string;
322
+ }): Promise<string>;
300
323
  /**
301
324
  * Set the bot's name in the given language. Bot-only.
302
325
  *
303
326
  * @method
304
327
  */
305
- getMyName(languageCode?: string): Promise<string>;
328
+ getMyName(params?: {
329
+ languageCode?: string;
330
+ }): Promise<string>;
306
331
  /**
307
332
  * Get the bot's short description in the given language. Bot-only.
308
333
  *
309
334
  * @method
310
335
  */
311
- getMyShortDescription(languageCode?: string): Promise<string>;
336
+ getMyShortDescription(params?: {
337
+ languageCode?: string;
338
+ }): Promise<string>;
312
339
  }
313
340
  export {};
@@ -1239,9 +1239,10 @@ export class Client extends ClientAbstract {
1239
1239
  /**
1240
1240
  * Send a text message.
1241
1241
  *
1242
+ * @method
1242
1243
  * @param chatId The chat to send the message to.
1243
1244
  * @param text The message's text.
1244
- * @method
1245
+ * @returns The sent text message.
1245
1246
  */
1246
1247
  async sendMessage(chatId, text, params) {
1247
1248
  const [message, entities] = this.parseText(text, params);
@@ -1292,10 +1293,11 @@ export class Client extends ClientAbstract {
1292
1293
  /**
1293
1294
  * Edit a message's text.
1294
1295
  *
1296
+ * @method
1295
1297
  * @param chatId The chat where the message is.
1296
1298
  * @param messageId The ID of the message.
1297
1299
  * @param text The new text of the message.
1298
- * @method
1300
+ * @returns The edited text message.
1299
1301
  */
1300
1302
  async editMessageText(chatId, messageId, text, params) {
1301
1303
  const [message, entities] = this.parseText(text, params);
@@ -1350,12 +1352,16 @@ export class Client extends ClientAbstract {
1350
1352
  /**
1351
1353
  * Retrieve multiple messages.
1352
1354
  *
1355
+ * @method
1353
1356
  * @param chatId The identifier of the chat to retrieve the messages from.
1354
1357
  * @param messageIds The identifiers of the messages to retrieve.
1355
- * @method
1358
+ * @example ```ts
1359
+ * const message = await client.getMessages("@MTKruto", [210, 212]);
1360
+ * ```
1361
+ * @returns The retrieved messages.
1356
1362
  */
1357
- async getMessages(chatId_, messageIds) {
1358
- return await this.getMessagesInner(chatId_, messageIds).then((v) => v.map((v) => v.message));
1363
+ async getMessages(chatId, messageIds) {
1364
+ return await this.getMessagesInner(chatId, messageIds).then((v) => v.map((v) => v.message));
1359
1365
  }
1360
1366
  async [getMessageWithReply](chatId, messageId) {
1361
1367
  const messages = await this.getMessagesInner(chatId, [messageId]);
@@ -1364,9 +1370,13 @@ export class Client extends ClientAbstract {
1364
1370
  /**
1365
1371
  * Retrieve a single message.
1366
1372
  *
1373
+ * @method
1367
1374
  * @param chatId The identifier of the chat to retrieve the message from.
1368
1375
  * @param messageId The identifier of the message to retrieve.
1369
- * @method
1376
+ * @example ```ts
1377
+ * const message = await client.getMessage("@MTKruto", 212);
1378
+ * ```
1379
+ * @returns The retrieved message.
1370
1380
  */
1371
1381
  async getMessage(chatId, messageId) {
1372
1382
  const messages = await this.getMessages(chatId, [messageId]);
@@ -1416,8 +1426,14 @@ export class Client extends ClientAbstract {
1416
1426
  /**
1417
1427
  * Download a file.
1418
1428
  *
1419
- * @param fileId The identifier of the file to download.
1420
1429
  * @method
1430
+ * @param fileId The identifier of the file to download.
1431
+ * @example ```ts
1432
+ * for await (const chunk of client.download(fileId, { chunkSize: 256 * 1024 })) {
1433
+ * await outFile.write(chunk);
1434
+ * }
1435
+ * ```
1436
+ * @returns A generator yielding the contents of the file.
1421
1437
  */
1422
1438
  async download(fileId, params) {
1423
1439
  const fileId_ = FileID.decode(fileId);
@@ -1459,10 +1475,11 @@ export class Client extends ClientAbstract {
1459
1475
  /**
1460
1476
  * Forward multiple messages.
1461
1477
  *
1478
+ * @method
1462
1479
  * @param from The identifier of the chat to forward the messages from.
1463
1480
  * @param to The identifier of the chat to forward the messages to.
1464
1481
  * @param messageIds The identifiers of the messages to forward.
1465
- * @method
1482
+ * @returns The forwarded messages.
1466
1483
  */
1467
1484
  async forwardMessages(from, to, messageIds, params) {
1468
1485
  const result = await this.invoke(new functions.MessagesForwardMessages({
@@ -1482,10 +1499,11 @@ export class Client extends ClientAbstract {
1482
1499
  /**
1483
1500
  * Forward a single message.
1484
1501
  *
1502
+ * @method
1485
1503
  * @param from The identifier of the chat to forward the message from.
1486
1504
  * @param to The identifier of the chat to forward the message to.
1487
1505
  * @param messageId The identifier of the message to forward.
1488
- * @method
1506
+ * @returns The forwarded message.
1489
1507
  */
1490
1508
  async forwardMessage(from, to, messageId, params) {
1491
1509
  return await this.forwardMessages(from, to, [messageId], params).then((v) => v[0]);
@@ -1601,8 +1619,8 @@ export class Client extends ClientAbstract {
1601
1619
  /**
1602
1620
  * Answer a callback query. Bot-only.
1603
1621
  *
1604
- * @param id ID of the callback query to answer.
1605
1622
  * @method
1623
+ * @param id ID of the callback query to answer.
1606
1624
  */
1607
1625
  async answerCallbackQuery(id, params) {
1608
1626
  await this.assertBot("answerCallbackQuery");
@@ -1628,10 +1646,11 @@ export class Client extends ClientAbstract {
1628
1646
  /**
1629
1647
  * Send a poll.
1630
1648
  *
1649
+ * @method
1631
1650
  * @param chatId The chat to send the poll to.
1632
1651
  * @param question The poll's question.
1633
1652
  * @param options The poll's options.
1634
- * @method
1653
+ * @returns The sent poll.
1635
1654
  */
1636
1655
  async sendPoll(chatId, question, options, params) {
1637
1656
  const peer = await this.getInputPeer(chatId);
@@ -1681,57 +1700,57 @@ export class Client extends ClientAbstract {
1681
1700
  /**
1682
1701
  * Send a chat action.
1683
1702
  *
1703
+ * @method
1684
1704
  * @param chatId The chat to send the chat action to.
1685
1705
  * @param action The chat action.
1686
1706
  * @param messageThreadId The thread to send the chat action to.
1687
- * @method
1688
1707
  */
1689
- async sendChatAction(chatId, action_, messageThreadId) {
1690
- let action;
1691
- switch (action_) {
1708
+ async sendChatAction(chatId, action, params) {
1709
+ let action_;
1710
+ switch (action) {
1692
1711
  case "type":
1693
- action = new types.SendMessageTypingAction();
1712
+ action_ = new types.SendMessageTypingAction();
1694
1713
  break;
1695
1714
  case "uploadPhoto":
1696
- action = new types.SendMessageUploadPhotoAction({ progress: 0 });
1715
+ action_ = new types.SendMessageUploadPhotoAction({ progress: 0 });
1697
1716
  break;
1698
1717
  case "recordVideo":
1699
- action = new types.SendMessageRecordVideoAction();
1718
+ action_ = new types.SendMessageRecordVideoAction();
1700
1719
  break;
1701
1720
  case "uploadVideo":
1702
- action = new types.SendMessageRecordVideoAction();
1721
+ action_ = new types.SendMessageRecordVideoAction();
1703
1722
  break;
1704
1723
  case "recordVoice":
1705
- action = new types.SendMessageRecordAudioAction();
1724
+ action_ = new types.SendMessageRecordAudioAction();
1706
1725
  break;
1707
1726
  case "uploadAudio":
1708
- action = new types.SendMessageUploadAudioAction({ progress: 0 });
1727
+ action_ = new types.SendMessageUploadAudioAction({ progress: 0 });
1709
1728
  break;
1710
1729
  case "uploadDocument":
1711
- action = new types.SendMessageUploadDocumentAction({ progress: 0 });
1730
+ action_ = new types.SendMessageUploadDocumentAction({ progress: 0 });
1712
1731
  break;
1713
1732
  case "chooseSticker":
1714
- action = new types.SendMessageChooseStickerAction();
1733
+ action_ = new types.SendMessageChooseStickerAction();
1715
1734
  break;
1716
1735
  case "findLocation":
1717
- action = new types.SendMessageGeoLocationAction();
1736
+ action_ = new types.SendMessageGeoLocationAction();
1718
1737
  break;
1719
1738
  case "recordVideoNote":
1720
- action = new types.SendMessageRecordRoundAction();
1739
+ action_ = new types.SendMessageRecordRoundAction();
1721
1740
  break;
1722
1741
  case "uploadVideoNote":
1723
- action = new types.SendMessageUploadRoundAction({ progress: 0 });
1742
+ action_ = new types.SendMessageUploadRoundAction({ progress: 0 });
1724
1743
  break;
1725
1744
  default:
1726
- throw new Error("Invalid chat action: " + action_);
1745
+ throw new Error("Invalid chat action: " + action);
1727
1746
  }
1728
- await this.invoke(new functions.MessagesSetTyping({ peer: await this.getInputPeer(chatId), action, topMsgId: messageThreadId }));
1747
+ await this.invoke(new functions.MessagesSetTyping({ peer: await this.getInputPeer(chatId), action: action_, topMsgId: params?.messageThreadId }));
1729
1748
  }
1730
1749
  /**
1731
1750
  * Upload a file.
1732
1751
  *
1733
- * @param contents The contents of the file.
1734
1752
  * @method
1753
+ * @param contents The contents of the file.
1735
1754
  */
1736
1755
  async upload(contents, params) {
1737
1756
  const isBig = contents.length > 1048576; // 10 MB
@@ -1821,8 +1840,8 @@ export class Client extends ClientAbstract {
1821
1840
  /**
1822
1841
  * Set the bot's commands in the given scope and/or language. Bot-only.
1823
1842
  *
1824
- * @param commands The commands to set.
1825
1843
  * @method
1844
+ * @param commands The commands to set.
1826
1845
  */
1827
1846
  async setMyCommands(commands, params) {
1828
1847
  await this.invoke(new functions.BotsSetBotCommands({
@@ -1844,9 +1863,9 @@ export class Client extends ClientAbstract {
1844
1863
  /**
1845
1864
  * Answer an inline query. Bot-only.
1846
1865
  *
1866
+ * @method
1847
1867
  * @param id The ID of the inline query to answer.
1848
1868
  * @param results The results to answer with.
1849
- * @method
1850
1869
  */
1851
1870
  async answerInlineQuery(id, results, params) {
1852
1871
  await this.invoke(new functions.MessagesSetInlineBotResults({
@@ -1944,26 +1963,26 @@ export class Client extends ClientAbstract {
1944
1963
  *
1945
1964
  * @method
1946
1965
  */
1947
- async getMyDescription(languageCode) {
1966
+ async getMyDescription(params) {
1948
1967
  await this.assertBot("getMyDescription");
1949
- return await this.getMyInfo(languageCode).then((v) => v.description);
1968
+ return await this.getMyInfo(params?.languageCode).then((v) => v.description);
1950
1969
  }
1951
1970
  /**
1952
1971
  * Set the bot's name in the given language. Bot-only.
1953
1972
  *
1954
1973
  * @method
1955
1974
  */
1956
- async getMyName(languageCode) {
1975
+ async getMyName(params) {
1957
1976
  await this.assertBot("getMyName");
1958
- return await this.getMyInfo(languageCode).then((v) => v.description);
1977
+ return await this.getMyInfo(params?.languageCode).then((v) => v.description);
1959
1978
  }
1960
1979
  /**
1961
1980
  * Get the bot's short description in the given language. Bot-only.
1962
1981
  *
1963
1982
  * @method
1964
1983
  */
1965
- async getMyShortDescription(languageCode) {
1984
+ async getMyShortDescription(params) {
1966
1985
  await this.assertBot("getMyShortDescription");
1967
- return await this.getMyInfo(languageCode).then((v) => v.about);
1986
+ return await this.getMyInfo(params?.languageCode).then((v) => v.about);
1968
1987
  }
1969
1988
  }