mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
ac96f0d233
commit
a3d6c1615e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Here is an example of setting default parse mode for all requests to Telegram Bo
|
||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
token=...,
|
token=...,
|
||||||
defaults=DefaultBotProperties(
|
default=DefaultBotProperties(
|
||||||
parse_mode=ParseMode.HTML,
|
parse_mode=ParseMode.HTML,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue