telegram-bot-api
telegram-bot-api copied to clipboard
[ASK] Why not found method getinvoicelink ?
The createInvoiceLink method exists but why doesn't the getinvoiceLink method exist?
please add
It is useless for bots. Only users can pay invoices.
then how to check if the user has paid? Will it be automatic through updates?
how to solve this feature? is there a sandbox mode like common payment gateways? btw I'm trying to use Telegram Stars
Any invoice can be paid multiple times by the same or multiple users. The question "how to check if the user has paid" makes no sense.
The bot receives a "successful_payment" message when the payment is completed with the specified invoice_payload.