mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Add join group by groupInviteMessage (#1355)
* Add join group by groupInviteMessage * Add join group by groupInviteMessage * Fix typo
This commit is contained in:
committed by
GitHub
parent
4b6e97cf93
commit
eb8f8e0d72
@@ -749,6 +749,13 @@ Of course, replace ``` xyz ``` with an actual ID.
|
||||
```
|
||||
Of course, replace ``` xxx ``` with invitation code.
|
||||
|
||||
|
||||
- To join the group using groupInviteMessage
|
||||
``` ts
|
||||
const response = await sock.groupAcceptInviteV4(groupInviteMessage)
|
||||
console.log("joined to: " + response)
|
||||
```
|
||||
Of course, replace ``` xxx ``` with invitation code.
|
||||
## Broadcast Lists & Stories
|
||||
|
||||
**Note:** messages cannot be sent to broadcast lists from the MD version right now
|
||||
|
||||
Reference in New Issue
Block a user