Releases: parsapoorsh/TelegramBotPHP
Releases · parsapoorsh/TelegramBotPHP
Update to Telegram Bot API 6.7
Update to Telegram Bot API 6.6
- added the method setStickerSetThumbnail and deprecated setStickerSetThumb method
- Added the method setCustomEmojiStickerSetThumbnail for editing the thumbnail of custom emoji sticker sets created by the bot.
- Added the method setStickerSetTitle for editing the title of sticker sets created by the bot.
- Added the method deleteStickerSet for complete deletion of a given sticker set that was created by the bot.
- Added the method setStickerEmojiList for changing the list of emoji associated with a sticker.
- Added the method setStickerKeywords for changing the search keywords assigned to a sticker.
- Added the method setStickerMaskPosition for changing the mask position of a mask sticker.
- Added the ability to set different bot descriptions for different user languages using the method setMyDescription.
- Added the ability to get the current bot description in the given language as the class BotDescription using the method getMyDescription.
- Added the ability to set different bot short descriptions for different user languages using the method setMyShortDescription.
- Added the ability to get the current bot short description in the given language as the class BotShortDescription using the method getMyShortDescription.
Update to Telegram Bot API 6.4
- Added the methods editGeneralForumTopic, closeGeneralForumTopic, reopenGeneralForumTopic, hideGeneralForumTopic, unhideGeneralForumTopic for managing the General topic in forums.
Update to Telegram Bot API 6.3
Added the methods createForumTopic, editForumTopic, closeForumTopic, reopenForumTopic, deleteForumTopic, unpinAllForumTopicMessages, and getForumTopicIconStickers for forum topic management.
Update to Telegram Bot API 6.2
- added getCustomEmojiStickers method.
Update to Telegram Bot API 6.1
Update to Telegram Bot API 6.0
answerWebAppQuery wasn't added, so i added answerWebAppQuery
drop php<7.4 support
Q: why are you dropping php<7.4 support?
A: for adding type hint, this was necessary.
Also in 2023, only a few people are still using php<7.4, I don't think anyone will be hurt by this.
custom API support
Now its possible to use any api insted of https://api.telegram.org
Clean and new package info
1.4.3 Edit package info