Chat join request shortcuts (#1235)

* Add additional API message methods to ChatJoinRequest class

ChatJoinRequest now includes additional message methods including SendAnimation, SendAudio, SendContact, and many more. The changes are useful for sending various types of messages during chat join requests.

* Added changelog
This commit is contained in:
Alex Root Junior 2023-07-30 18:12:06 +03:00 committed by GitHub
parent a1513ddb2d
commit faadc80460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 2527 additions and 9 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.