# Payloads

`interface` in `gateway` · v0.6.0

<https://docs.seedcord.org/packages/gateway/0.6.0/interfaces/payloads>

```ts
interface Payloads
```

## Properties

### button

```ts
button: ButtonInteraction;
```

### channelMenu

```ts
channelMenu: ChannelSelectMenuInteraction;
```

### mentionableMenu

```ts
mentionableMenu: MentionableSelectMenuInteraction;
```

### messageContextMenu

```ts
messageContextMenu: MessageContextMenuCommandInteraction;
```

### modal

```ts
modal: ModalSubmitInteraction;
```

### roleMenu

```ts
roleMenu: RoleSelectMenuInteraction;
```

### slash

```ts
slash: ChatInputCommandInteraction;
```

### stringMenu

```ts
stringMenu: StringSelectMenuInteraction;
```

### userContextMenu

```ts
userContextMenu: UserContextMenuCommandInteraction;
```

### userMenu

```ts
userMenu: UserSelectMenuInteraction;
```
