# 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
Last Updated: 12/19/2020, 4:43:00 PM