Skip to content

Commit 7ad9e80

Browse files
authored
Update README.md
1 parent befccd3 commit 7ad9e80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,15 @@ let client = await superchats.create({
9090
session: "Marketing",
9191
license: "asjdh-efddff734-sdsdf834-233272",
9292
nodata: true,
93+
logQr: false,
9394
qr: true,
9495
code: false,
9596
statusFind: async (status) => {
9697
console.log(status)
9798
},
99+
qrcode: async (session, base64Img, asciiQR, urlCode) => {
100+
console.log(asciiQR)
101+
},
98102
onMessage: async (message) => {
99103
if ((message.type == "text" || message.subtype == 'text') && message.content == "hi") {
100104
await client.sendText(message.from, "Let's GO Superchats");

0 commit comments

Comments
 (0)