mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
@@ -23,7 +23,9 @@ export enum DisconnectReason {
|
||||
loggedOut = 401,
|
||||
badSession = 500,
|
||||
restartRequired = 515,
|
||||
multideviceMismatch = 411
|
||||
multideviceMismatch = 411,
|
||||
forbidden = 403,
|
||||
unavailableService = 503
|
||||
}
|
||||
|
||||
export type WAInitResponse = {
|
||||
|
||||
Reference in New Issue
Block a user