UNPKG

@juzi/wechaty-puppet-whatsapp

Version:
42 lines 1.5 kB
/// <reference path="../../../src/typings.d.ts" /> export { log } from '@juzi/wechaty-puppet'; export { FileBox, FileBoxType, type FileBoxInterface, } from 'file-box'; declare const VERSION: string; declare const MEMORY_SLOT = "PUPPET_WHATSAPP_CLIENT_ID"; declare const PRE = "PuppetWhatsApp"; export declare const SPECIAL_BOT_PUSHNAME = "-"; export declare const MIN_BATTERY_VALUE_FOR_LOGOUT: number; export declare const TEMP_FILE_PATH: string; export declare const MessageMediaTypeList: import("@juzi/whatsapp-web.js").MessageTypes[]; export { MEMORY_SLOT, VERSION, PRE, }; export declare const STRINGS: { en_US: { DEFAULT_HELLO_MESSAGE: string; LOGOUT_REASON: { BATTERY_LOWER_IN_PHONE: string; DEFAULT: string; LOGIN_CONFLICT: string; NETWORK_TIMEOUT_IN_PHONE: string; }; }; zh_CN: { DEFAULT_HELLO_MESSAGE: string; LOGOUT_REASON: { BATTERY_LOWER_IN_PHONE: string; DEFAULT: string; LOGIN_CONFLICT: string; NETWORK_TIMEOUT_IN_PHONE: string; }; }; }; type LangCodes = keyof typeof STRINGS; export declare const LANGUAGE: LangCodes; export declare const DEFAULT_TIMEOUT: { MESSAGE_SEND: number; MESSAGE_SEND_FILE: number; MESSAGE_SEND_TEXT: number; TIMEOUT_WAIT_CONNECTED: number; }; export declare const HISTORY_MESSAGES_DAYS: number; export declare const MAX_HEARTBEAT_MISSED: number; //# sourceMappingURL=config.d.ts.map