mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +00:00
Pyrofork: methods: send_media_group: Remove extras comma (,)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
7fed4491b5
commit
9a50847108
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ class SendMediaGroup:
|
||||||
reply_to=reply_to,
|
reply_to=reply_to,
|
||||||
schedule_date=utils.datetime_to_timestamp(schedule_date),
|
schedule_date=utils.datetime_to_timestamp(schedule_date),
|
||||||
noforwards=protect_content
|
noforwards=protect_content
|
||||||
),
|
)
|
||||||
|
|
||||||
if business_connection_id is not None:
|
if business_connection_id is not None:
|
||||||
r = await self.invoke(
|
r = await self.invoke(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue