peyk.platforms.bale.methods.answer_pre_checkout_query¶
- async peyk.platforms.bale.methods.answer_pre_checkout_query(self, pre_checkout_query_id: str, ok: bool, *, error_message: str | None = None) bool[source]¶
Answers the pre checkout query request through the Bale API.
- Parameters:
pre_checkout_query_id – Value used by this operation.
ok – Value used by this operation.
error_message – Value used by this operation.
- Returns:
Result produced by the Bale operation.