mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
const MOCK_MOBILE_WS = {
|
|
from: 'XXXXXX',
|
|
hasMedia: false,
|
|
}
|
|
|
|
module.exports = { MOCK_MOBILE_WS }
|