package
2.1.0
Repository: https://github.com/diamondburned/arikawa.git
Documentation: pkg.go.dev

# Functions

FromAPI creates a new client that shares the same internal HTTP client with the one in the API's.
New creates a new Client using the passed webhook token and ID.
NewCustom creates a new webhook client using the passed webhook token, ID and a copy of the given httputil.Client.

# Structs

Client is the client used to interact with a webhook.
https://discord.com/developers/docs/resources/webhook#edit-webhook-message-jsonform-params.
https://discord.com/developers/docs/resources/webhook#execute-webhook-jsonform-params.
Session keeps a single webhook session.