go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

Is it possible to sendInvoice? #614

Open AntonVTR opened 1 year ago

AntonVTR commented 1 year ago

Found NewInvoice and Invoice methods, but nothing sendInvoice. Any idea?

Thank you

rsyshchenko commented 1 year ago

https://github.com/go-telegram-bot-api/telegram-bot-api/issues/116 looks like you might use Send method.