mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #16] Mas apakah bisa kirim pesan ke grup? #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jenilutfifauzi on GitHub (Aug 26, 2023).
Original GitHub issue: https://github.com/mimamch/wa-multi-session/issues/16
@mimamch commented on GitHub (Aug 28, 2023):
bisa silahkan gunakan parameter isGroup: true, dan ubah tujuan menjadi id grup
@jenilutfifauzi commented on GitHub (Aug 28, 2023):
cara mengetahui id group gimana mas?
@FERDIZ-afk commented on GitHub (Sep 6, 2023):
message.messages[0].key.remoteJid
@FERDIZ-afk commented on GitHub (Sep 6, 2023):
whatsapp.onMessageReceived(async (msg) => {
console.log(msg.key.remoteJid)
});
@FERDIZ-afk commented on GitHub (Sep 6, 2023):
Biasanya di akhir nomor atau id nya ada gini
@g.us
@jenilutfifauzi commented on GitHub (Sep 6, 2023):
ok om thanks
@horasjey commented on GitHub (Feb 7, 2025):
maaf mas, ini di mana letaknya ya mas..?