mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Added logger, handled checksum fail
This commit is contained in:
@@ -114,12 +114,6 @@ export enum DisconnectReason {
|
||||
/** Well, the connection timed out */
|
||||
timedOut = 'timed out'
|
||||
}
|
||||
export enum MessageLogLevel {
|
||||
none=0,
|
||||
info=1,
|
||||
unhandled=2,
|
||||
all=3
|
||||
}
|
||||
export interface MediaConnInfo {
|
||||
auth: string
|
||||
ttl: number
|
||||
|
||||
Reference in New Issue
Block a user