Closed ssheduardo closed 2 years ago
Haw to install Linux in Android
@sahanisejal ????
Go to the start page of this repository and take a look at the Usage chapter. You can find this: bot.sendMessage(chatId, resp);
Haw to install Linux in Android
termux
how do you found the "chatId" of gorup?
how do you found the "chatId" of gorup?
The chat ID it's contained in the object message, the full tag is: message.chat.id
A reference command test should be:
bot.onText(/^\/test/, message => {
bot.sendMessage(message.chat.id, "Hellow you, this is a test command");
});
Hello, I have created a group and added to the bot as an administrator. How do I send a message to the bot to be displayed in the group?