@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
@@ -1,18 +1,17 @@
1
1
  import { types } from "../2_tl.js";
2
2
  import { Thumbnail } from "./0_thumbnail.js";
3
- /** This object represents a general file (as opposed to photos, voice messages and audio files). */
4
3
  export interface Document {
5
- /** Identifier for this file, which can be used to download or reuse the file */
4
+ /** A file identifier that can be used to download or reuse this file. */
6
5
  fileId: string;
7
- /** Unique identifier for this file, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file. */
6
+ /** A file identifier that can be used to identify this file. */
8
7
  fileUniqueId: string;
9
- /** Document thumbnail as defined by sender */
8
+ /** Thumbnails of the document. */
10
9
  thumbnails: Thumbnail[];
11
- /** Original filename as defined by sender */
10
+ /** The original file name. */
12
11
  fileName: string;
13
- /** MIME type of the file as defined by sender */
12
+ /** MIME type of the file. */
14
13
  mimeType: string;
15
- /** File size in bytes */
14
+ /** Size of the file in bytes. */
16
15
  fileSize: number;
17
16
  }
18
17
  export declare function constructDocument(document: types.Document, fileNameAttribute: types.DocumentAttributeFilename, fileId: string, fileUniqueId: string): Document;
@@ -4,7 +4,7 @@ import { KeyboardButtonPollType } from "./0_keyboard_button_poll_type.js";
4
4
  import { WebAppInfo } from "./0_web_app_info.js";
5
5
  export declare namespace KeyboardButton {
6
6
  interface Text {
7
- /** Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed */
7
+ /** The button's text. */
8
8
  text: string;
9
9
  }
10
10
  /** This object defines the criteria used to request a suitable user. The identifier of the selected user will be shared with the bot when the corresponding button is pressed. */
@@ -2,15 +2,15 @@ import { types } from "../2_tl.js";
2
2
  import { Thumbnail } from "./0_thumbnail.js";
3
3
  /** This object represents a photo. */
4
4
  export interface Photo {
5
- /** Identifier for this file, which can be used to download or reuse the file */
5
+ /** A file identifier that can be used to download or reuse this file. */
6
6
  fileId: string;
7
- /** Unique identifier for this file, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file. */
7
+ /** A file identifier that can be used to identify this file. */
8
8
  fileUniqueId: string;
9
9
  /** Photo width */
10
10
  width: number;
11
11
  /** Photo height */
12
12
  height: number;
13
- /** File size in bytes */
13
+ /** Size of the file in bytes. */
14
14
  fileSize: number;
15
15
  thumbnails: Thumbnail[];
16
16
  }
@@ -4,9 +4,9 @@ import { MaskPosition } from "./0_mask_position.js";
4
4
  import { Thumbnail } from "./0_thumbnail.js";
5
5
  /** This object represents a sticker. */
6
6
  export interface Sticker {
7
- /** Identifier for this file, which can be used to download or reuse the file */
7
+ /** A file identifier that can be used to download or reuse this file. */
8
8
  fileId: string;
9
- /** Unique identifier for this file, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file. */
9
+ /** A file identifier that can be used to identify this file. */
10
10
  fileUniqueId: string;
11
11
  /** Type of the sticker, currently one of "regular", "mask", "customEmoji". The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video. */
12
12
  type: "regular" | "mask" | "customEmoji";
@@ -5,6 +5,7 @@ import { Color } from "./0_color.js";
5
5
  export interface User {
6
6
  /** Unique identifier for this user or bot */
7
7
  id: number;
8
+ /** A color that can be displayed instead of the user's photo. */
8
9
  color: Color;
9
10
  /** True, if this user is a bot */
10
11
  isBot: boolean;
@@ -16,7 +17,7 @@ export interface User {
16
17
  username?: string;
17
18
  /** Additional usernames */
18
19
  also?: string[];
19
- /** Chat photo */
20
+ /** The user's photo. */
20
21
  photo?: ChatPhoto.User;
21
22
  /** [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) of the user's language */
22
23
  languageCode?: string;
@@ -2,9 +2,9 @@ import { types } from "../2_tl.js";
2
2
  import { Thumbnail } from "./0_thumbnail.js";
3
3
  /** This object represents a video file. */
4
4
  export interface Video {
5
- /** Identifier for this file, which can be used to download or reuse the file */
5
+ /** A file identifier that can be used to download or reuse this file. */
6
6
  fileId: string;
7
- /** Unique identifier for this file, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file. */
7
+ /** A file identifier that can be used to identify this file. */
8
8
  fileUniqueId: string;
9
9
  /** Video width as defined by sender */
10
10
  width: number;
@@ -16,9 +16,9 @@ export interface Video {
16
16
  thumbnails: Thumbnail[];
17
17
  /** Original filename as defined by sender */
18
18
  fileName?: string;
19
- /** MIME type of the file as defined by sender */
19
+ /** MIME type of the file. */
20
20
  mimeType: string;
21
- /** File size in bytes */
21
+ /** Size of the file in bytes. */
22
22
  fileSize: number;
23
23
  }
24
24
  export declare function constructVideo(document: types.Document, videoAttribute: types.DocumentAttributeVideo, fileName: string | undefined, fileId: string, fileUniqueId: string): Video;
@@ -2,9 +2,9 @@ import { types } from "../2_tl.js";
2
2
  import { Thumbnail } from "./0_thumbnail.js";
3
3
  /** This object represents a video message (available in Telegram apps as of v.4.0). */
4
4
  export interface VideoNote {
5
- /** Identifier for this file, which can be used to download or reuse the file */
5
+ /** A file identifier that can be used to download or reuse this file. */
6
6
  fileId: string;
7
- /** Unique identifier for this file, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file. */
7
+ /** A file identifier that can be used to identify this file. */
8
8
  fileUniqueId: string;
9
9
  /** Video width and height (diameter of the video message) as defined by sender */
10
10
  length: number;
@@ -14,7 +14,7 @@ export interface VideoNote {
14
14
  thumbnails: Thumbnail[];
15
15
  /** Original filename as defined by sender */
16
16
  fileName?: string;
17
- /** File size in bytes */
17
+ /** Size of the file in bytes. */
18
18
  fileSize: number;
19
19
  }
20
20
  export declare function constructVideoNote(document: types.Document, videoAttribute: types.DocumentAttributeVideo, fileId: string, fileUniqueId: string): VideoNote;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "module": "./esm/mod.js",
3
3
  "main": "./script/mod.js",
4
4
  "name": "@mtkruto/node",
5
- "version": "0.1.106",
5
+ "version": "0.1.107",
6
6
  "description": "MTKruto for Node.js",
7
7
  "author": "Roj <rojvv@icloud.com>",
8
8
  "license": "LGPL-3.0-or-later",
@@ -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 = "";
@@ -79,8 +79,8 @@ exports.PUBLIC_KEYS = Object.freeze([
79
79
  ]);
80
80
  exports.VECTOR_CONSTRUCTOR = 0x1CB5C415;
81
81
  exports.INITIAL_DC = "2-test";
82
- exports.LAYER = 161;
83
- exports.APP_VERSION = "MTKruto 0.1.106";
82
+ exports.LAYER = 165;
83
+ exports.APP_VERSION = "MTKruto 0.1.107";
84
84
  // @ts-ignore: lib
85
85
  exports.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;
86
86
  exports.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 {};