cotestatnt / AsyncTelegram2

Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.
MIT License
83 stars 25 forks source link

added sendAnimation #95

Closed frowin closed 1 year ago

frowin commented 1 year ago

Added functionality to send gifs. It is my first pull request, let me know what to do better next time!

Description:

I implemented the function to send a gif by passing an URL. It was implemented according to this thread: https://stackoverflow.com/questions/41171347/sending-animated-gifs-with-sendphoto-telegram-bot

Type of change:

Testing:

Checklist: