@mtkruto/node 0.20.1 → 0.20.2
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/client/5_client.js
CHANGED
|
@@ -2565,7 +2565,7 @@ export class Client extends Composer {
|
|
|
2565
2565
|
* @param chatId The identifier of the chat to get the settings for.
|
|
2566
2566
|
*/
|
|
2567
2567
|
async getChatSettings(chatId) {
|
|
2568
|
-
return await __classPrivateFieldGet(this, _Client_chatListManager, "f").getChatSettings(
|
|
2568
|
+
return await __classPrivateFieldGet(this, _Client_chatListManager, "f").getChatSettings(chatId);
|
|
2569
2569
|
}
|
|
2570
2570
|
//
|
|
2571
2571
|
// ========================= CALLBACK QUERIES ========================= //
|
package/package.json
CHANGED
|
@@ -2569,7 +2569,7 @@ class Client extends Composer {
|
|
|
2569
2569
|
* @param chatId The identifier of the chat to get the settings for.
|
|
2570
2570
|
*/
|
|
2571
2571
|
async getChatSettings(chatId) {
|
|
2572
|
-
return await __classPrivateFieldGet(this, _Client_chatListManager, "f").getChatSettings(
|
|
2572
|
+
return await __classPrivateFieldGet(this, _Client_chatListManager, "f").getChatSettings(chatId);
|
|
2573
2573
|
}
|
|
2574
2574
|
//
|
|
2575
2575
|
// ========================= CALLBACK QUERIES ========================= //
|