Array of `image` type attachments on message.

```tsx
const images = message.attachments.filter(a => a.type === 'image')
```

| Type |
| - |
| array |
