From c77691d668a56743d74788e1de711547f657da39 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kriuchkov <36363097+Latand@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:24:38 +0200 Subject: [PATCH] Fixed to Bot API documentation in docstring (#820) --- aiogram/types/chat_join_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)