Bot API 6.4
Additional to the changes in https://github.com/telepath-php/telepath/releases/tag/v0.7.0, Telegram changed a few comments, that we included for type-hinting:
- In the sendDocument method, change "photo" to "video".
- In the InputMediaAnimation class, change "photo" to "animation".
- In the InputMediaVideo class, change photo to video in two places: one is a comment and another is an argument name of has_spoiler property.