Skip to content

Bot API 6.4

Compare
Choose a tag to compare
@TiiFuchs TiiFuchs released this 30 Dec 19:53
· 145 commits to main since this release

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.