Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Releases: AmanoTeam/amanobot

v1.4.2

14 Nov 01:47
a9a701f
Compare
Choose a tag to compare
  • Allow raising KeyboardInterrupt on run_forever() (aka blocking loop)

v1.4.1

09 Nov 20:16
80596ab
Compare
Choose a tag to compare
  • Add missing permissions to restrictChatMember on the asyncio variant

v1.4.0

30 Jul 00:53
fe9b87f
Compare
Choose a tag to compare
  • Bot API 4.4
  • Added the setChatDescription method.
  • Added the fields can_send_polls, can_change_info, can_invite_users, can_pin_messages and permissions to the restrictChatMember method.
  • Added the ChatPermissions object.
  • Removed the all_members_are_administrators field from the Chat object.
  • Added the permissions field tp the Chat object
  • Added the is_animated field to the Sticker and StickerSet objects.

v1.3.0

02 Jun 01:12
Compare
Choose a tag to compare
  • Bot API 4.3
  • Added missing Passport related methods and objects
  • Added the LoginUrl object
  • Added the login_url field to the InlineKeyboardButton object

v1.2.0

14 Apr 21:07
Compare
Choose a tag to compare
  • Bot API 4.2
  • Added the sendPoll method
  • Added the stopPoll method
  • Added the field forward_sender_name and poll to the Message object
  • Added the field poll to the Update object
  • Added the field is_member to the ChatMember object

v1.1.1

30 Sep 22:17
7be5fc9
Compare
Choose a tag to compare
  • Bot API 4.1 (complete)
  • New version model
  • Fix InputMediaAnimation
  • Add types InputMediaAudio and ÌnputMediaDocument
  • Added vcard to the objects Contact, InlineQueryResultContact, InputContactMessageContent and the method sendContact