wppconnect-api / dist /api /model /enum /chat-state.d.ts
AUXteam's picture
Upload folder using huggingface_hub
9844ee9 verified
export declare enum ChatState {
Typing = 0,
Recording = 1,
Paused = 2
}