tgbotapi/docs/changelog.md
Кобелев Андрей Андреевич f86a67eb8f copy from 537c005
2022-06-03 11:47:26 +03:00

720 B

Change Log

v5.4.0

  • Remove all methods that return (APIResponse, error).
  • Remove all New*Upload and New*Share methods, replace with New*.
    • Use different file types to specify if upload or share.
  • Rename UploadFile to UploadFiles, accept []RequestFile instead of a single fieldname and file.
  • Fix methods returning APIResponse and errors to always use pointers.
  • Update user IDs to int64 because of Bot API changes.
  • Add missing Bot API features.