We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befccd3 commit 7ad9e80Copy full SHA for 7ad9e80
README.md
@@ -90,11 +90,15 @@ let client = await superchats.create({
90
session: "Marketing",
91
license: "asjdh-efddff734-sdsdf834-233272",
92
nodata: true,
93
+ logQr: false,
94
qr: true,
95
code: false,
96
statusFind: async (status) => {
97
console.log(status)
98
},
99
+ qrcode: async (session, base64Img, asciiQR, urlCode) => {
100
+ console.log(asciiQR)
101
+ },
102
onMessage: async (message) => {
103
if ((message.type == "text" || message.subtype == 'text') && message.content == "hi") {
104
await client.sendText(message.from, "Let's GO Superchats");
0 commit comments