TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.06k stars 324 forks source link

added $fileUniqueId property Animation class #411

Closed eerzho closed 1 year ago

eerzho commented 1 year ago

When a GIF is sent to the bot, it breaks down. The error message reads: Attempted to call an undefined method named 'setFileUniqueId' of class 'TelegramBot\Api\Types\Animation'.

Upon inspecting the code, it was noticed that the 'file_unique_id' was specified in the Animation::$map, causing $method = 'set'.self::toCamelCase($key) in the code to look for setFileUniqueId.