fix: Unknown Message (acceptInvite)
https://httptoolkit.com/blog/tls-fingerprinting-node-js/ https://github.com/node-fetch/node-fetch/issues/1016 https://stackoverflow.com/questions/72716390/change-tls-fingerprint-nodejs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user