Liking cljdoc? Tell your friends :D
Clojure only.

telegrambot-lib.payments.protocol

Telegram Payments - protocol definitions.

Telegram Payments - protocol definitions.

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

Paymentscljprotocol

Bots accepting payments from users.

Bots accepting payments from users.

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.

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.

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