PaulSonOfLars / gotgbot

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

Need sample codes on how to attach a video/gif/photo to the top of a message (`bot.SendMessage()`) #164

Closed theghostmac closed 2 months ago

PaulSonOfLars commented 3 months ago

A helpful place to start may be to get familiar with the bot API spec first, so you know which methods to use for media: https://core.telegram.org/bots/api#sendvideo

PaulSonOfLars commented 2 months ago

Closing due to lack of response, assuming solved