pub async fn list<R>(
client: &R,
token: &str,
) -> Result<ListResponse, ListError<R::Error>>where
R: SlackWebRequestSender,Expand description
Lists custom emoji for a team.
Wraps https://api.slack.com/methods/emoji.list
pub async fn list<R>(
client: &R,
token: &str,
) -> Result<ListResponse, ListError<R::Error>>where
R: SlackWebRequestSender,Lists custom emoji for a team.
Wraps https://api.slack.com/methods/emoji.list