From 7029c7a0bc9b32d217f5d2cd8f83a59cd9df1add Mon Sep 17 00:00:00 2001 From: Kostiantyn Kriuchkov <36363097+Latand@users.noreply.github.com> Date: Wed, 26 Jan 2022 15:55:24 +0200 Subject: [PATCH] Fixed to Bot API documentation in docstring --- 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)