有关于“@c.us”的任何参考资料或资源可供我参考吗?
示例如下:
client.on('ready', () => {
console.log('Client is ready!');
// Your message.
const text = "Hey john";
// Getting chatId from the number.
// we have to delete "+" from the beginning and add "@c.us" at the end of the number.
const chatId = "[email protected]";
// Sending message.
client.sendMessage(chatId, text);
});
不知道这样的文档(如果有的话 - 我会更新这个答案),但总的来说:
<number>@c.us -- the <number> is user id
<number>@g.us -- the <number> is group id