mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 17:33:44 +00:00
Fix sphinx warning.
Unknown interpreted text role "method".
This commit is contained in:
parent
4771368cb0
commit
fb6a9af9fa
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class ReplyToMixin:
|
|||
class SendMessage(BaseResponse, ReplyToMixin):
|
||||
"""
|
||||
You can send message with webhook by using this instance of this object.
|
||||
All arguments is equal with :method:`Bot.send_message` method.
|
||||
All arguments is equal with Bot.send_message method.
|
||||
"""
|
||||
|
||||
__slots__ = ('chat_id', 'text', 'parse_mode',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue