Closed pepperfm closed 5 months ago
Hi, thanks for your contribution, will check ASAP
Hi @pepperfm we have a payment feature under testing, so I will take your PR into account in order to improve our code, thanks! we'll be out with it in short time, thanks!
Hi @fabio-ivona, I wanted to follow up on the status of the payment implementation Has there been any progress? When will it be released? I need this and if you want I can help in implementing it
@ah-rahimi I have a working beta, are you available for testing it?
@fabio-ivona No problem. I can test it in the coming days.
in this case, you can use this to test it: composer require defstudio/telegraph:dev-payments
let me know if you feel something to report
Hi everyone!
I want to introduce a new payment feature that implements this api: https://core.telegram.org/bots/api#payments
Recently, in my project, it became necessary to implement payments through a bot. I'm using your library with great pleasure, so I decided to create my first PR and start development from this endpoint
This part of the code implements a minimum of functionality of
sendInvoice
endpoint, so i need some feedback from you about code style and classes usability:Arr
facade__construct
declaration)TelegramChat
model etc.Basically, I'll be glad to receive any comments from you about code-style that you use for