Releases: ayrat555/frankenstein
Releases · ayrat555/frankenstein
0.24.0
0.23.0
0.23.0 (2023-02-04)
Bot API 6.5 - #97
- Added the struct
KeyboardButtonRequestUser
and the fieldrequest_user
to the structKeyboardButton
. - Added the struct
KeyboardButtonRequestChat
and the fieldrequest_chat
to the structKeyboardButton
. - Added the structs
UserShared
,ChatShared
and the fieldsuser_shared
, andchat_shared
to the structMessage
. - Replaced the fields
can_send_media_messages
in the structsChatMemberRestricted
andChatPermissions
with separate fieldscan_send_audios
,can_send_documents
,can_send_photos
,can_send_videos
,can_send_video_notes
, andcan_send_voice_notes
for different media types. - Added the parameter
use_independent_chat_permissions
to the structsRestrictChatMemberParams
andSetChatPermissionsParams
. - Added the field
user_chat_id
to the structChatJoinRequest
.
0.22.1
What's Changed
- refactor(lint): adapt to lints by @EdJoPaTo in #96
- build(cargo): update typed-builder requirement from 0.11 to 0.12 by @dependabot in #95
Full Changelog: 0.22.0...0.22.1
0.22.0
0.21.0
What's Changed
- build(cargo): update typed-builder requirement from 0.10 to 0.11 by @dependabot in #90
- Bot API 6.3 Changes by @ayrat555 in #91
Full Changelog: 0.20.0...0.21.0
0.20.0
0.19.2
What's Changed
- Build with all features on docs.rs by @OpenByteDev in #81
- Use client timeout of 500 seconds by @EdJoPaTo in #82
New Contributors
- @OpenByteDev made their first contribution in #81
Full Changelog: 0.19.1...0.19.2