Show / Hide Table of Contents

Namespace Dishooks

Classes

DiscordAttachment

An attachment in a DiscordMessage. This can be an image, video, or any other file. This is not to be confused with the Attachment class, which is used to send files in an embed.

DiscordAuthor

A DiscordAuthor object contains all the information about the author of a message. This is used in DiscordMessages.

DiscordError

A Discord error object contains information of a failed request.

DiscordMessage

A DiscordMessage object contains all the information about the message that got sent. This is used to edit messages sent by the Webhook class.

Dishook

Contains simpler but less flexible wrapper methods for sending messages to Discord. Consider using the Webhook class instead, which this class uses internally.

DishookItem

A DishookItem is an Unity scriptable object containing information for a single webhook.

Webhook

A Webhook object contains all the information needed to send a webhook to a Discord channel. This is the main class of the library, and is always required to send a webhook.

In This Article
Back to top Generated by DocFX