yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.34k stars 1.52k forks source link

Support for ReplyParameters and 3 methods of API 7.0 #1158

Closed Sp3rick closed 7 months ago

Sp3rick commented 9 months ago

Description

References

Sp3rick commented 8 months ago

Update: Added and implemented _fixReplyParameters

Added methods: deleteMessages copyMessages

I cannot run mocha tests because i have not a "PROVIDER_TOKEN"

danielperez9430 commented 7 months ago

Hi @Sp3rick The "TEST_PROVIDER_TOKEN" is the payment token that you get from @BotFather".

In BotFather select your bot from the list and in the list of the options click on the option "Payments", select one provided for example "Stripe" and get the test token.

In any case, I'm going to do the merge and then I'll run the tests locally.