Cristian Maglie
Cristian Maglie
Closing as won't fix.
If someone is interested I've implemented it here: https://github.com/mailru/easyjson/pull/372 In the [arduino-cli](https://github.com/arduino/arduino-cli/blob/master/go.mod#L5-L6) project we are using the patch with success, it would be great to see it merged upstream.
If you want to get help, you should at least send a COMPLETE example that demonstrates the problem. "Complete" means that the example must compile and can be run to...
You must create a `EditMessageTextConfig` and pass it to the `bot.Send(..)` method: ```go msg := tgbotapi.NewEditMessageText(chatId, messageID, "new edited text") msg.Image = ..... if _, err = bot.Send(msg); err !=...
The Linux implementation has been replaced with #159.
@KiddoV please give #145 a try.
Fixed by #145
Closing for lack of feedback, please reopen and provide the requested info if you want to continue the discussion.
Thank you everyone for the feedback and the fix, I've finally managed to reproduce the bug and confirm the solution. 👍🏼