Serialize an array of discord activity into an array of objects
Array of discord activities
Serialize a single discord channel into its counterpart object
Discord channel class instance
Take an array of discord channels and serialize them individually with .channel()
Array of discord channels
Serialize a single discord emoji into its counterpart object
Discord emoji class instance
Serialize a single discord guild into its counterpart object
Discord guild class instance
Take an array of discord guilds and serialize them individually with .guild()
Array of discord guilds
Serialize a single discord member into its counterpart object
Discord member class instance
Take an array of discord members and serialize them individually with .member()
Array of discord guild members
Serialize a single discord message into its counterpart object
Discord message class instance
Take an array of discord messages and serialize them individually with .messages()
Array of discord messages
Serialize a discord event into a list of objects
Serialize a callback from the engine and its value into an object
Engine command
The value returned by the engine command
Serialize a single discord permissions into an array of permission flags
Discord permissions class instance
Serialize a single discord presence into its counterpart object
Discord presence class instance
Serialize a single discord reaction into its counterpart object
Discord reaction class instance
Serialize a single discord role into its counterpart object
Discord role class instance
Serialize a single discord user into its counterpart object
Discord user class instance
void serializer to sympolize nothing is serialized or exists
Generated using TypeDoc
Huge class contaning functions to serialize discord.js classes into simple objects