Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 611 Bytes

emoji.list.md

File metadata and controls

33 lines (21 loc) · 611 Bytes

This method lists the custom emoji for a team.

Arguments

{ARGS}

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.

Errors

{ERRORS}

Warnings

{WARNINGS}