PaulSonOfLars / gotgbot

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

[BUGFIX] Use conversation reentry option which wasnt being used #92

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Fix Issue raised in #91 caused by a missing opt in the NewConversation call.

Also, fix a test which should have caught this issue.

Impact