Daniel Pérez Fernández
Daniel Pérez Fernández
The package request-promise from Cypress was not marked as deprecated, the readme is part of the fork of the original package but still have support from the Cypress team and...
Now is in the repo pushed. In one or two days maybe we can have it in npm 😄
> I am following the tutorial on how to create a telegram bot. I got the token and am listening to messages. But when I was typing in my bot,...
> I have the same problem, but the npm audit fix says the problem is with `@cypress/request-promise *` > > So i think that someway all the cypress versions are...
 Source: https://core.telegram.org/bots/api-changelog#april-26-2021
So now, use "chat_member" for know if user join or left. This warning is from 3 years ago, so maybe now is deprecated for normal users.
You need to use the method "sendChatAction" `bot.sendChatAction(chatId, "upload_photo")`
You need to call the sendChatAction and wait some seconds before send the image. Or the status is not show to user. Becuase you send the chatAction + the file...
The problem is more that you can't do two things at the same time (Telegram Bot API backend limits). If in your message send the `remove_keyboard: true`, you can't send...
The start_parameter is a optional value, so all optionals values need to be send as object in the last param "form" This is the method signature: ```js sendInvoice(chatId, title, description,...