@pontasockets/baileys 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -617,8 +617,7 @@ await sock.sendMessage(jid, {
|
|
|
617
617
|
> - `{ code, language }` — code block
|
|
618
618
|
> - `{ table, title? }` — tabel, `table` berupa `[{ items: string[], isHeading?: bool }, ...]`
|
|
619
619
|
|
|
620
|
-
</details
|
|
621
|
-
> - `{ table: { title?, headers?, rows } }` — tabel
|
|
620
|
+
</details>
|
|
622
621
|
|
|
623
622
|
</details>
|
|
624
623
|
|