[GH-ISSUE #16] Mas apakah bisa kirim pesan ke grup? #10

Closed
opened 2026-02-27 10:25:22 +03:00 by kerem · 7 comments
Owner

Originally created by @jenilutfifauzi on GitHub (Aug 26, 2023).
Original GitHub issue: https://github.com/mimamch/wa-multi-session/issues/16

Originally created by @jenilutfifauzi on GitHub (Aug 26, 2023). Original GitHub issue: https://github.com/mimamch/wa-multi-session/issues/16
kerem closed this issue 2026-02-27 10:25:23 +03:00
Author
Owner

@mimamch commented on GitHub (Aug 28, 2023):

bisa silahkan gunakan parameter isGroup: true, dan ubah tujuan menjadi id grup

<!-- gh-comment-id:1694944051 --> @mimamch commented on GitHub (Aug 28, 2023): bisa silahkan gunakan parameter isGroup: true, dan ubah tujuan menjadi id grup
Author
Owner

@jenilutfifauzi commented on GitHub (Aug 28, 2023):

cara mengetahui id group gimana mas?

<!-- gh-comment-id:1694983996 --> @jenilutfifauzi commented on GitHub (Aug 28, 2023): cara mengetahui id group gimana mas?
Author
Owner

@FERDIZ-afk commented on GitHub (Sep 6, 2023):

cara mengetahui id group gimana mas?

message.messages[0].key.remoteJid

<!-- gh-comment-id:1707609660 --> @FERDIZ-afk commented on GitHub (Sep 6, 2023): > cara mengetahui id group gimana mas? message.messages[0].key.remoteJid
Author
Owner

@FERDIZ-afk commented on GitHub (Sep 6, 2023):

cara mengetahui id group gimana mas?

whatsapp.onMessageReceived(async (msg) => {
console.log(msg.key.remoteJid)

});

<!-- gh-comment-id:1707613152 --> @FERDIZ-afk commented on GitHub (Sep 6, 2023): > cara mengetahui id group gimana mas? whatsapp.onMessageReceived(async (msg) => { console.log(msg.key.remoteJid) });
Author
Owner

@FERDIZ-afk commented on GitHub (Sep 6, 2023):

cara mengetahui id group gimana mas?

Biasanya di akhir nomor atau id nya ada gini

@g.us

<!-- gh-comment-id:1707613752 --> @FERDIZ-afk commented on GitHub (Sep 6, 2023): > cara mengetahui id group gimana mas? Biasanya di akhir nomor atau id nya ada gini @g.us
Author
Owner

@jenilutfifauzi commented on GitHub (Sep 6, 2023):

cara mengetahui id group gimana mas?

Biasanya di akhir nomor atau id nya ada gini

@g.us

ok om thanks

<!-- gh-comment-id:1708676667 --> @jenilutfifauzi commented on GitHub (Sep 6, 2023): > > cara mengetahui id group gimana mas? > > Biasanya di akhir nomor atau id nya ada gini > > @g.us ok om thanks
Author
Owner

@horasjey commented on GitHub (Feb 7, 2025):

whatsapp.onMessageReceived(async (msg) => { console.log(msg.key.remoteJid)

});

maaf mas, ini di mana letaknya ya mas..?

<!-- gh-comment-id:2642249927 --> @horasjey commented on GitHub (Feb 7, 2025): > whatsapp.onMessageReceived(async (msg) => { console.log(msg.key.remoteJid) > > }); maaf mas, ini di mana letaknya ya mas..?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-multi-session-mimamch#10
No description provided.