# Structs
Embed is a json object that represents an embed in a MessageWithEmbedeasyjson:json.
EmbedField is a json object that represents a field in an Embedeasyjson:json.
EmbedFooter is a json object that represents the footer of an embedeasyjson:json.
GatewayResponse is the json object received from the discord api when requesting gateway connection informationeasyjson:json.
Message is the json object that is sent to the discord api to post a plain-text message to a servereasyjson:json.
MessageWithEmbed is the json object that is sent to the discord api to post an embed message to a servereasyjson:json.