Liking cljdoc? Tell your friends :D

morse.handlers


callbackcljmacro

(callback bindings & body)
source

callback-fnclj

(callback-fn handler-fn)
source

commandcljmacro

(command name bindings & body)

Generate command handler

Generate command handler
sourceraw docstring

command-fnclj

(command-fn name handler)

Generate command handler from an update function

Generate command handler from an update function
sourceraw docstring

command?clj

(command? update 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.
sourceraw docstring

defhandlercljmacro

(defhandler name & routes)

Define a Telegram handler function from a sequence of handlers. The name may optionally be followed by a doc-string and metadata map.

Define a Telegram handler function from a sequence of handlers.
The name may optionally be followed by a doc-string and metadata map.
sourceraw docstring

handlersclj

(handlers & handlers)

Create handler by combining several into one

Create handler by combining several into one
sourceraw docstring

handlingclj

(handling request & handlers)

Apply list of handlers to Telegram update

Apply list of handlers to Telegram update
sourceraw docstring

inlinecljmacro

(inline bindings & body)
source

inline-fnclj

(inline-fn handler-fn)
source

messagecljmacro

(message bindings & body)
source

message-fnclj

(message-fn handler-fn)
source

update-fnclj

(update-fn path handler-fn)
source

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

× close