Liking cljdoc? Tell your friends :D

telegram.core.alpha.bot


command?clj

(command? message name)

Checks if message is a command with a name. /stars and /st are considered different.

Checks if message is a command with a name.
/stars and /st are considered different.
raw docstring

extract-commandclj

(extract-command message)

extract-command-partclj

(extract-command-part message)

ITelegramContextcljprotocol

answer-callback-queryclj

(answer-callback-query context)
(answer-callback-query context options)

get-chat-idclj

(get-chat-id context)
https://github.com/Yoctol/bottender/blob/bd6e93343f7d2778cfc783deaa9ade9a166bd586/packages/bottender/src/telegram/TelegramContext.ts

get-from-idclj

(get-from-id context)

send-messageclj

(send-message context message)
(send-message context message options)
(send-message context to message options)

parse-textclj

(parse-text text)

telegram-contextclj

(telegram-context token raw-update)

telegram-eventclj

(telegram-event raw-update)

TelegramContextclj


update-kindclj

(update-kind raw-update)

At most one of the optional parameters can be present in any given update.

At most one of the optional parameters can be present in any given update.
raw docstring

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

× close