@slack/web-api / AdminEmojiAddAliasArguments
Defined in: src/types/request/admin/emoji.ts:23
Name.TokenOverridable
alias_for: string;Defined in: src/types/request/admin/emoji.ts:28
Name of the emoji for which the alias is being made. Any wrapping whitespace or colons will be automatically trimmed.
name: string;Defined in: src/types/request/admin/emoji.ts:10
The name of the emoji. Colons (:myemoji:) around the value are not required, although they may be included.
Name.nameoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token