mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed to Bot API documentation in docstring (#820)
This commit is contained in:
parent
4d2d811386
commit
c77691d668
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue