(answer-callback token callback-query-id)
(answer-callback token callback-query-id text)
(answer-callback token callback-query-id text show-alert)
Sends an answer to an callback query
Sends an answer to an callback query
(answer-inline token inline-query-id results)
(answer-inline token inline-query-id options results)
Sends an answer to an inline query
Sends an answer to an inline query
(assert-file-type value valid-extensions)
Throws if value is a file but it's extension is not valid.
Throws if value is a file but it's extension is not valid.
(delete-text token chat-id message-id)
Removing a message from the chat
Removing a message from the chat
(download-file token file_id)
(download-file token file_id file_name)
(edit-text token chat-id message-id text)
(edit-text token chat-id message-id options text)
Edits a sent message (https://core.telegram.org/bots/api#editmessagetext)
Edits a sent message (https://core.telegram.org/bots/api#editmessagetext)
(get-updates-async token {:keys [limit offset timeout]})
Receive updates from Bot via long-polling endpoint
Receive updates from Bot via long-polling endpoint
(of-type? file valid-extensions)
Does the extension of file match any of the extensions in valid-extensions?
Does the extension of file match any of the extensions in valid-extensions?
(send-audio token chat-id audio)
(send-audio token chat-id options audio)
Sends an audio message to the chat
Sends an audio message to the chat
(send-document token chat-id document)
(send-document token chat-id options document)
Sends a document to the chat
Sends a document to the chat
(send-file token chat-id options file method field filename)
(send-photo token chat-id image)
(send-photo token chat-id options image)
Sends an image to the chat
Sends an image to the chat
(send-sticker token chat-id sticker)
(send-sticker token chat-id options sticker)
Sends a sticker to the chat
Sends a sticker to the chat
(send-text token chat-id text)
(send-text token chat-id options text)
Sends message to the chat
Sends message to the chat
(send-video token chat-id video)
(send-video token chat-id options video)
Sends a video to the chat
Sends a video to the chat
(set-webhook token webhook-url)
Register WebHook to receive updates from chats
Register WebHook to receive updates from chats
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close