Elysia
2023-04-07 21:14:19 +07:00
parent f2d3989b61
commit fe840cedf8
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class APIRequest {
if (captchaKey && typeof captchaKey == 'string') {
if (!this.options.data) this.options.data = {};
// Delete cookie (https://t.me/DMDGOBugsAndFeatures/626) Wtf Unknown Message Error ???
headers.Cookie = undefined;
// headers.Cookie = undefined;
this.options.data.captcha_key = captchaKey;
if (captchaRqtoken) this.options.data.captcha_rqtoken = captchaRqtoken;
}