Releases: LasterAlex/teloxide_tests
v0.4.0
Migrated to teloxide 0.17.0! Huge thanks to @magnickolas!
v0.3.0
Major changes:
- Migration to teloxide 0.15.0
MockBotvariable 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
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
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
Added endpoints:
/SendAudio
/SendVoice
/SendVideoNote
And updated documentation
v0.1.1
Added endpoints:
/PinChatMessage
/UnpinChatMessage
/UnpinAllChatMessages
/ForwardMessage
/CopyMessage
And added better documentation to README