mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +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(
|
await client.answer_pre_checkout_query(
|
||||||
pre_checkout_query.id,
|
pre_checkout_query.id,
|
||||||
ok=True
|
success=True
|
||||||
)
|
)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue