Skip to main content

@slack/web-api / AdminEmojiAddAliasArguments

Interface: AdminEmojiAddAliasArguments

Defined in: packages/web-api/src/types/request/admin/emoji.ts:23

Extends​

  • Name.TokenOverridable

Properties​

alias_for​

alias_for: string;

Defined in: packages/web-api/src/types/request/admin/emoji.ts:28

Description​

Name of the emoji for which the alias is being made. Any wrapping whitespace or colons will be automatically trimmed.


name​

name: string;

Defined in: packages/web-api/src/types/request/admin/emoji.ts:10

Description​

The name of the emoji. Colons (:myemoji:) around the value are not required, although they may be included.

Inherited from​

Name.name

token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token