Update DisconnectReason

This commit is contained in:
Bob
2023-12-06 06:51:10 -03:00
committed by GitHub
parent e24947e55a
commit 9d6644755c

View File

@@ -23,7 +23,9 @@ export enum DisconnectReason {
loggedOut = 401, loggedOut = 401,
badSession = 500, badSession = 500,
restartRequired = 515, restartRequired = 515,
multideviceMismatch = 411 multideviceMismatch = 411,
blockedNumber = 403,
unavailableService = 503
} }
export type WAInitResponse = { export type WAInitResponse = {