pyrofork: Update PreCheckoutQuery.answer example

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-07-06 15:42:42 +07:00
parent 43809a91b1
commit 344f835441
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -116,7 +116,7 @@ class PreCheckoutQuery(Object, Update):
await client.answer_pre_checkout_query(
pre_checkout_query.id,
ok=True
success=True
)
Example: