Skip to content

Releases: LasterAlex/teloxide_tests

v0.4.0

31 Jul 13:33
f9eb75a

Choose a tag to compare

Migrated to teloxide 0.17.0! Huge thanks to @magnickolas!

v0.3.0

24 Apr 12:05
ee464e2

Choose a tag to compare

Major changes:

  • Migration to teloxide 0.15.0
  • MockBot variable now has to be mut
  • Some new endpoints
  • Structural changes (e.g: updates being fed through a listener to a real dispatcher)

There is practically no major breaking changes for the average user aside from needing MockBot to be mutable

v0.2.0

20 Sep 15:07
70b0fe4

Choose a tag to compare

Added teloxide 0.13.0 support! Took a long time because I was waiting for teloxide to release a deserialization fix, but it still isn't out, so i made the fix myself

v0.1.3

01 Aug 20:15

Choose a tag to compare

Added endpoints:
/BanChatMember
/UnbanChatMember
/RestrictChatMember
/SendAnimation
/SendMediaGroup (hard one)
/SendLocation
/SendVenue
/SendContact
/SendChatAction
/SendDice
/SendPoll
/SendSticker

And also fixed that bot messages were treated like user messages + fixed that protect_content didn't do anything

v0.1.2

30 Jul 14:07

Choose a tag to compare

Added endpoints:
/SendAudio
/SendVoice
/SendVideoNote

And updated documentation

v0.1.1

29 Jul 14:47

Choose a tag to compare

Added endpoints:
/PinChatMessage
/UnpinChatMessage
/UnpinAllChatMessages
/ForwardMessage
/CopyMessage

And added better documentation to README