mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix files URL template
This commit is contained in:
parent
d0bfa8a13b
commit
7f448b4d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class TelegramAPIServer:
|
|||
base = base.rstrip("/")
|
||||
return cls(
|
||||
base=f"{base}/bot{{token}}/{{method}}",
|
||||
file=f"{base}/file/bot{{token}}/{{method}}",
|
||||
file=f"{base}/file/bot{{token}}/{{path}}",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue