Liking cljdoc? Tell your friends :D
Clojure only.

telegrambot-lib.inline.protocol

Telegram Bot API Inline Mode - protocol definitions.

Telegram Bot API Inline Mode - protocol definitions.
- <https://core.telegram.org/bots/api#inline-mode>
raw docstring

Inlinecljprotocol

The following methods and objects allow your bot to work in inline mode.

The following methods and objects allow your bot to work in inline mode.

answer-inline-queryclj

(answer-inline-query this content)
(answer-inline-query this inline_query_id results)
(answer-inline-query this inline_query_id results & optional)

Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed.

Use this method to send answers to an inline query. On success, True is returned.
No more than 50 results per query are allowed.
sourceraw docstring

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

× close