mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 17:33:44 +00:00
Nothing.
This commit is contained in:
parent
5b87708049
commit
667a7421c8
1 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ class BaseBot:
|
|||
need_name: bool = None, need_phone_number: bool = None, need_email: bool = None,
|
||||
need_shipping_address: bool = None, is_flexible: bool = None,
|
||||
disable_notification: bool = None, reply_to_message_id: int = None,
|
||||
reply_markup: dict or st = None) -> dict:
|
||||
reply_markup: dict or str = None) -> dict:
|
||||
if reply_markup and isinstance(reply_markup, dict):
|
||||
reply_markup = json.dumps(reply_markup)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue