Liking cljdoc? Tell your friends :D

yetibot.commands.emoji


all-tagsclj

(all-tags _)

emoji tags # return all known tags

emoji tags # return all known tags
raw docstring

emojisclj


filter-by-aliasclj

(filter-by-alias alias)

filter emojis by alias

filter emojis by alias
raw docstring

filter-by-descriptionclj

(filter-by-description description)

filter emojis by description

filter emojis by description
raw docstring

filter-by-tagclj

(filter-by-tag tag)

filter emojis by tag

filter emojis by tag
raw docstring

find-by-slack-emojiclj

(find-by-slack-emoji slack-emoji)

Take an emoji in the Slack format, e.g. :smile: and return the emoji object

Take an emoji in the Slack format, e.g.
:smile: and return the emoji object
raw docstring

get-all-emojisclj

(get-all-emojis)

get all emoji java objects

get all emoji java objects
raw docstring

list-emojisclj

(list-emojis {[_ info-flag] :match})

emoji list [-i] # list all known emojis

[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases

emoji list [-i] # list all known emojis

[-i (info)] is optional, if set will return the unicode
as well as a vector of its aliases
raw docstring

parse-all-emojisclj

(parse-all-emojis)

create sequence of emojis

create sequence of emojis
raw docstring

(search {[_ info-flag description] :match})

emoji search [-i] <query> # search emojis by their description

[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases

emoji search [-i] <query> # search emojis by their description

[-i (info)] is optional, if set will return the unicode
as well as a vector of its aliases
raw docstring

search-by-aliasclj

(search-by-alias {[_ alias] :match})

emoji alias <query> # query an emoji by its alias (meant to return 1 emoji)

emoji alias <query> # query an emoji by its alias (meant to return 1 emoji)
raw docstring

search-by-tagclj

(search-by-tag {[_ info-flag tag] :match})

emoji tag <query> # query emojis by their tag

[-i (info)] is optional, if set will return the unicode as well as a vector of its aliases

emoji tag <query> # query emojis by their tag

[-i (info)] is optional, if set will return the unicode
as well as a vector of its aliases
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close