Sirojiddin Mustafayev
Sirojiddin Mustafayev
Does it depend on the type of database? As I understand it, when you drag it into another group, it is not deleted in the old one yet and as...
I think so either, firstly should go deleting the old one, then saving the moved one. In my opinion when dragging it is not necessary to remove the old one...
It has already been included - `cog`
Hi @paked I have already forked your repo
You can set `SuggestedTipAmounts` as an empty int array ``` go new_invoice := tgbotapi.NewInvoice(update.Message.Chat.ID, title, description, payload, provider_token, "start_param", currency, prices) new_invoice.SuggestedTipAmounts = []int{} if _, err := bot.Send(new_invoice); err...