PaulSonOfLars / gotgbot

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

Make sure that GetFileURL can correctly handle test environments bots #102

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Change the GetURL method on the File object to ensure that it supports getting files from the test env. Addresses #101.

Impact