mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Log level update
This commit is contained in:
@@ -3,8 +3,9 @@ import { proto } from '../../WAMessage/WAMessage'
|
||||
|
||||
export enum MessageLogLevel {
|
||||
none=0,
|
||||
unhandled=1,
|
||||
all=2
|
||||
info=1,
|
||||
unhandled=2,
|
||||
all=3
|
||||
}
|
||||
export interface AuthenticationCredentials {
|
||||
clientID: string
|
||||
|
||||
Reference in New Issue
Block a user