go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

how to convert json into *tgbotapi.Update #581

Open 1234xxcc opened 1 year ago

nomercy360 commented 1 year ago

Hi, you could try

var update tgbotapi.Update
err = json.Unmarshal([]byte(body), &update)