Skip to content

0.15

Choose a tag to compare

@vjik vjik released this 28 Feb 18:06
· 27 commits to master since this release
87afdd3
  • Chg #187: Change TransportInterface::downloadFile() signature — remove $stream parameter, method now returns
    resource (readable stream) instead of string.
  • Chg #187: TelegramBotApi::downloadFile() now returns DownloadedFile instead of string.
  • Chg #187: Remove TelegramBotApi::downloadFileTo() method.
  • Chg #187: Remove TransportInterface::downloadFileTo() method.
  • Chg #187: Move SaveFileException from Phptg\BotApi\Transport to Phptg\BotApi namespace.