Net-API-Telegram
view release on metacpan or search on metacpan
<https://core.telegram.org/bots/api#answerprecheckoutquery>
This methods takes the following parameters:
*error_message*
This parameter type is String and is optional.
Required if ok is False. Error message in human readable
form that explains the reason for failure to proceed with
the checkout (e.g. "Sorry, somebody just bought the last of
our amazing black T-shirts while you were busy filling out
your payment details. Please choose a different color or
garment!"). Telegram will display this message to the user.
*ok* This parameter type is Boolean and is required.
Specify True if everything is alright (goods are available,
etc.) and the bot is ready to proceed with the order. Use
False if there are any problems.
*pre_checkout_query_id*
lib/Net/API/Telegram.pm view on Meta::CPAN
Reference: L<https://core.telegram.org/bots/api#answerprecheckoutquery>
This methods takes the following parameters:
=over 8
=item I<error_message>
This parameter type is String and is optional.
Required if ok is False. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. "Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment det...
=item I<ok>
This parameter type is Boolean and is required.
Specify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems.
=item I<pre_checkout_query_id>
This parameter type is String and is required.
( run in 0.241 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )