Closed prtngn closed 1 year ago
You can't use ExGram.Responses.Answer to use the sendInvoice method, there are two ways of doing it:
1) Create a new Response (ExGram.Responses.SendInvoice
)
2) Manually call ExGram.send_invoice/7
or ExGram.send_invoice/8
Hi. How I can send answer via ExGram.Dsl.Answer with included invoice? And maybe you have good example for invoice and payments process?