(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.
(extract-command message)
(extract-command-part message)
(answer-callback-query context)
(answer-callback-query context options)
(get-chat-id context)
https://github.com/Yoctol/bottender/blob/bd6e93343f7d2778cfc783deaa9ade9a166bd586/packages/bottender/src/telegram/TelegramContext.ts
(get-from-id context)
(send-message context message)
(send-message context message options)
(send-message context to message options)
(parse-text text)
(telegram-context token raw-update)
(telegram-event raw-update)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close