# Interface: EmbedProperties
# Hierarchy
- EmbedProperties
# Index
# Properties
# Properties
# embed
• embed: { author?: object ; color?: EmbedProperties["embed"]["colour"] ; colour?: string | number ; description?: string ; fields?: object[] ; footer?: object ; image?: string ; thumbnail?: string ; title?: string }
Defined in src/websocket.ts:34 (opens new window)
# Type declaration:
| Name | Type |
|---|---|
author? | object |
color? | EmbedProperties["embed"]["colour"] |
colour? | string | number |
description? | string |
fields? | object[] |
footer? | object |
image? | string |
thumbnail? | string |
title? | string |