diff --git a/aiogram/types/chat_join_request.py b/aiogram/types/chat_join_request.py index 71ee964a..3f8ce846 100644 --- a/aiogram/types/chat_join_request.py +++ b/aiogram/types/chat_join_request.py @@ -11,7 +11,7 @@ class ChatJoinRequest(base.TelegramObject): """ Represents a join request sent to a chat. - https://core.telegram.org/bots/api#chatinvitelink + https://core.telegram.org/bots/api#chatjoinrequest """ chat: Chat = fields.Field(base=Chat)