feat: Mimic browser TLS fingerprint in node

- Fix Unknown Message (maybe)
This commit is contained in:
Elysia
2024-01-25 18:48:00 +07:00
parent 6d41b4e87c
commit 4692e5b7d1
4 changed files with 50 additions and 14 deletions

1
typings/index.d.ts vendored
View File

@@ -3580,6 +3580,7 @@ export const Constants: {
TextInputStyles: EnumHolder<typeof TextInputStyles>;
ThreadChannelTypes: ThreadChannelTypes[];
UserAgent: string;
ciphers: string[];
VerificationLevels: EnumHolder<typeof VerificationLevels>;
VideoQualityModes: EnumHolder<typeof VideoQualityModes>;
VoiceBasedChannelTypes: VoiceBasedChannelTypes[];