mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
pyrofork: Update PreCheckoutQuery.answer example
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
43809a91b1
commit
344f835441
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class PreCheckoutQuery(Object, Update):
|
|||
|
||||
await client.answer_pre_checkout_query(
|
||||
pre_checkout_query.id,
|
||||
ok=True
|
||||
success=True
|
||||
)
|
||||
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue