Added changelog

This commit is contained in:
Alex Root Junior 2023-07-30 18:03:38 +03:00
parent d9fd665c53
commit bee1f9c400
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,2 @@
Added new shortcuts for :class:`aiogram.types.chat_member_updated.aiogramChatMemberUpdated`
Added new shortcuts for :class:`aiogram.types.chat_member_updated.ChatMemberUpdated`
to send message to chat that member joined/left.

2
CHANGES/1235.feature.rst Normal file
View file

@ -0,0 +1,2 @@
Added new shortcuts for :class:`aiogram.types.chat_join_request.ChatJoinRequest`
to make easier access to sending messages to users who wants to join to chat.