I'm trying to send a message in the first room but it's returning an error, probably the chatId is wrong, how to find my "Principal" chatId?
bot.on('groupList', () => {
console.log(Object.keys(bot.myGroups )[ 0 ])
bot.chat.sendChatMessage( '103582791471570174' , '0' , "hello") })