mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 11:39:14 +00:00
feat: send typing in chat (#87)
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
This commit is contained in:
committed by
GitHub
parent
72441beb37
commit
d35f101fac
@@ -255,6 +255,12 @@ exports.LoadUtils = () => {
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
window.WWebJS.typing = async (chatId) => {
|
||||
await window.Store.Wap.sendChatstateComposing(chatId);
|
||||
return true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
exports.MarkAllRead = () => {
|
||||
@@ -272,4 +278,4 @@ exports.MarkAllRead = () => {
|
||||
window.Store.Wap.sendConversationSeen(chat.id, chat.getLastMsgKeyForAction(), chat.unreadCount - chat.pendingSeenCount);
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user