# APIMessageComponentEmoji

`interface` in `discord-component-embed` · v0.4.1

<https://docs.seedcord.org/packages/discord-component-embed/0.4.1/interfaces/apimessage-component-emoji>

```ts
interface APIMessageComponentEmoji
```

## Properties

### animated

```ts
animated: boolean;
```

Whether this emoji is animated

### id

```ts
id: Snowflake;
```

Emoji id

### name

```ts
name: string;
```

Emoji name
