PaulSonOfLars / gotgbot

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

Fix switchinlinequery option (again) #63

Closed PaulSonOfLars closed 2 years ago

PaulSonOfLars commented 2 years ago

What

This PR re-applies the fix to inlinequeries made in #31, which broke in the update to bot API 6.1. Frustrating, but easy enough to handle.

Impact