PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
469 stars 107 forks source link

Add better pointer checks, to handle interface situations #90

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Fix an inconvenience in the latest release which made sending botcommandscopes more verbose than necessary due to some unnecessary pointer magic

Impact