mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* 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
2 lines
159 B
ReStructuredText
2 lines
159 B
ReStructuredText
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.
|