mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
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:
parent
a1513ddb2d
commit
faadc80460
23 changed files with 2527 additions and 9 deletions
|
|
@ -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
2
CHANGES/1235.feature.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue