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

Omit empty optional fields #570

Closed Olegt0rr closed 1 year ago

Olegt0rr commented 1 year ago

Some of optional filelds are not marked with omitempty. So this fields are exported with null values. Let's fix it