mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update README.md
This commit is contained in:
@@ -562,7 +562,7 @@ Of course, replace ``` xyz ``` with an actual ID.
|
|||||||
const metadata = await conn.groupMetadata("abcd-xyz@g.us")
|
const metadata = await conn.groupMetadata("abcd-xyz@g.us")
|
||||||
console.log(json.id + ", title: " + json.subject + ", description: " + json.desc)
|
console.log(json.id + ", title: " + json.subject + ", description: " + json.desc)
|
||||||
```
|
```
|
||||||
- To join the group using the invitation code
|
- To join the group using the invitation code (not supported yet)
|
||||||
``` ts
|
``` ts
|
||||||
const response = await conn.acceptInvite("xxx")
|
const response = await conn.acceptInvite("xxx")
|
||||||
console.log("joined to: " + response.gid)
|
console.log("joined to: " + response.gid)
|
||||||
@@ -571,6 +571,8 @@ Of course, replace ``` xyz ``` with an actual ID.
|
|||||||
|
|
||||||
## Broadcast Lists & Stories
|
## Broadcast Lists & Stories
|
||||||
|
|
||||||
|
**Note:** messages cannot be sent to broadcast lists from the MD version right now
|
||||||
|
|
||||||
- You can send messages to broadcast lists the same way you send messages to groups & individual chats.
|
- You can send messages to broadcast lists the same way you send messages to groups & individual chats.
|
||||||
- Unfortunately, WA Web does not support creating broadcast lists right now but you can still delete them.
|
- Unfortunately, WA Web does not support creating broadcast lists right now but you can still delete them.
|
||||||
- Broadcast IDs are in the format `12345678@broadcast`
|
- Broadcast IDs are in the format `12345678@broadcast`
|
||||||
|
|||||||
Reference in New Issue
Block a user