Skip to content

Releases: php-telegram-bot/core

Version 0.82.0

26 Oct 20:21
26433b3
Compare
Choose a tag to compare

Notes

Added

Fixed

  • Missing thumbnail_url renaming.
  • Fix broken exception handling (@mlocati) (#1425)

Version 0.81.0

27 May 16:42
d9484af
Compare
Choose a tag to compare

Notes

Added

Removed

Fixed

  • Fixed a bug where new incoming updates are not correctly passed to the Command object after the first time when getUpdates is used. (@uspilot) (#1384)

Version 0.80.0

09 Nov 19:15
94d7702
Compare
Choose a tag to compare

Notes

Added

Changed

  • Commands can now contain underscores (FooBarCommand is handled by /foo_bar). (@mlocati) (#1365)

Version 0.79.0

04 Sep 13:26
097177c
Compare
Choose a tag to compare

Notes

Added

Removed

  • VoiceChatX entities, use VideoChatX entities instead.
  • all_members_are_administrators property from Message entity. Database column still exists, but may be removed in the future.
  • Request::getChatMembersCount(), use Request::getChatMemberCount() instead.
  • Request::kickChatMember(), use Request::banChatMember() instead.

Version 0.78.0

03 Jul 12:28
f3fe5ed
Compare
Choose a tag to compare

Notes

Added

Version 0.77.1

24 Apr 21:20
Compare
Choose a tag to compare

Notes

Fixed

  • PHP8+ mixed type hint removed

Version 0.77.0

24 Apr 15:51
Compare
Choose a tag to compare

Notes

Added

Deprecated

  • Telegram changed voice_chat_X to video_chat_X. VoiceChatX event classes are deprecated, use new VideoChatX event classes instead.

Fixed

  • Return correct data in Entity::jsonSerialize (@TiiFuchs)

0.76.1

30 Mar 19:23
ba43051
Compare
Choose a tag to compare

Notes

Fixed

0.76.0

20 Mar 16:19
4f2f6e7
Compare
Choose a tag to compare

Notes

Added

Changed

  • Bugfix: Fixed condition in \Longman\TelegramBot\Entities\Chat::isGroupChat() that previously also counted super groups and channels. (@TiiFuchs)

Version 0.75.0

29 Dec 05:46
13879c4
Compare
Choose a tag to compare

Notes

Added

Removed

  • Removed deprecated ChatAction:: RECORD_AUDIO and UPLOAD_AUDIO. Use RECORD_VOICE and UPLOAD_VOICE instead. (@TiiFuchs) (#1267)

Fixed