White Rabbit

Results 3 comments of White Rabbit

I have the same problem. How to pass `prices` to `sendInvoice` properly?

How can I access the `conn` property of `Telegram::Bot::Api` and configure adapter without forking the gem? Is it possible?

So I found temporary solution. ```ruby prices = JSON.generate([{label: 'Foo', amount: 2000}, {label: 'Bar', amount: 2400}]) bot.api.send_invoice(..., prices: prices) ```