mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Removed redundant spaces in bot.py
This commit is contained in:
parent
26b5f4ebb3
commit
4957596ce3
1 changed files with 112 additions and 112 deletions
|
|
@ -492,7 +492,7 @@ class Bot(BaseBot):
|
||||||
|
|
||||||
Source: https://core.telegram.org/bots/api#sendmediagroup
|
Source: https://core.telegram.org/bots/api#sendmediagroup
|
||||||
|
|
||||||
:param chat_id: Unique identifier for the target chat or username of the target channel
|
:param chat_id: Unique identifier for the target chat or username of the target channel
|
||||||
:type chat_id: :obj:`typing.Union[base.Integer, base.String]`
|
:type chat_id: :obj:`typing.Union[base.Integer, base.String]`
|
||||||
:param media: A JSON-serialized array describing photos and videos to be sent
|
:param media: A JSON-serialized array describing photos and videos to be sent
|
||||||
:type media: :obj:`typing.Union[types.MediaGroup, typing.List]`
|
:type media: :obj:`typing.Union[types.MediaGroup, typing.List]`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue