NicoNex / echotron

An elegant and concurrent library for the Telegram bot API in Go.
https://t.me/s/echotronnews
GNU Lesser General Public License v3.0
363 stars 26 forks source link

Refactor: proper handling of media #16

Closed NicoNex closed 3 years ago

NicoNex commented 3 years ago

Properly handle thumbnails in the various send* methods that require a Thumb (type InputFile) object and in the new method SendMediaGroup. Also, properly handle media in the EditMessageMedia method.