Skip to main content

emoji.list method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This method lists the custom emoji for a team.

Response

	{
"ok": true,
"emoji": {
"bowtie": "https:\/\/my.slack.com\/emoji\/bowtie\/46ec6f2bb0.png",
"squirrel": "https:\/\/my.slack.com\/emoji\/squirrel\/f35f40c0e0.png",
"shipit": "alias:squirrel",

}
}

The emoji property contains a map of name/url pairs, one for each custom emoji used by the team. The alias: pseudo-protocol will be used where the emoji is an alias, the string following the colon is the name of the other emoji this emoji is an alias to.