yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.45k stars 1.53k forks source link

Payment methods #873

Closed maleficarum closed 2 years ago

maleficarum commented 3 years ago

Question

Is there a tutorial, how to or example on how to use the payment methods stack ?

abhint commented 3 years ago

https://core.telegram.org/bots/api#payments

KOVALcraft commented 3 years ago

node-telegram-bot-api supports sendInvoice method with suggested_tip_amounts parameter?

danielperez9430 commented 2 years ago

node-telegram-bot-api supports sendInvoice method with suggested_tip_amounts parameter?

Related to the issue: https://github.com/yagop/node-telegram-bot-api/issues/970