Liking cljdoc? Tell your friends :D

telegrambot-lib.payments.core

Telegram Payments - function implementations.

Telegram Payments - function implementations.

* https://core.telegram.org/bots/api#payments
raw docstring

answer-precheckout-queryclj

(answer-precheckout-query this content)

Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned.

Once the user has confirmed their payment and shipping details,
the Bot API sends the final confirmation in the form of an Update
with the field pre_checkout_query.
Use this method to respond to such pre-checkout queries.
On success, True is returned.
sourceraw docstring

answer-shipping-queryclj

(answer-shipping-query this content)

If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned.

If you sent an invoice requesting a shipping address
and the parameter is_flexible was specified, the Bot API
will send an Update with a shipping_query field to the bot.
Use this method to reply to shipping queries.
On success, True is returned.
sourceraw docstring

behaviorclj

Map for extending the core TBot record with functions.

Map for extending the core TBot record with functions.
sourceraw docstring

send-invoiceclj

(send-invoice this content)

Use this method to send invoices. On success, the sent Message is returned.

Use this method to send invoices.
On success, the sent Message is returned.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close