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

# Packages

No description provided by the author
Package webhook provides means to interact with webhooks directly and not through the bot API.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
AllowEveryoneMention makes Discord parse @everyone mentions.
AllowRoleMention makes Discord parse roles in the content.
AllowUserMention makes Discord parse user mentions in the content.
No description provided by the author
GuildBanner1 is a large image with guild icon, name and online count.
GuildBanner2 is a smaller widget style with guild icon, name and online count.
GuildBanner3 is a large image with guild icon, name and online count.
GuildBanner4 is a large Discord logo at the top of the widget.
GuildShield is a shield style widget with Discord icon and guild members online count.
MaxGuildFetchLimit is the limit of max guilds per request, as imposed by Discord.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrEmptyMessage is returned if either a SendMessageData or an ExecuteWebhookData has both an empty Content and no Embed(s).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Ack is the read state of a channel.
https://discord.com/developers/docs/resources/guild#add-guild-member-json-params.
AllowedMentions is a allowlist of mentions for a message.
https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log-query-string-parameters.
https://discord.com/developers/docs/resources/guild#create-guild-ban-query-string-params.
No description provided by the author
https://discord.com/developers/docs/resources/guild#create-guild-channel-json-params.
No description provided by the author
https://discord.com/developers/docs/resources/emoji#create-guild-emoji-json-params.
https://discord.com/developers/docs/resources/guild#create-guild-json-params.
https://discord.com/developers/docs/resources/channel#create-channel-invite-json-params.
https://discord.com/developers/docs/resources/guild#create-guild-role-json-params.
https://discord.com/developers/docs/resources/webhook#create-webhook-json-params.
https://discord.com/developers/docs/resources/channel#edit-channel-permissions-json-params.
https://discord.com/developers/docs/resources/channel#edit-message-json-params.
No description provided by the author
Image wraps around the Data URI Scheme that Discord uses: https://discord.com/developers/docs/reference#image-data.
No description provided by the author
InteractionResponseData is InteractionApplicationCommandCallbackData in the official documentation.
JoinedInvite is returned after joining an invite.
No description provided by the author
https://discord.com/developers/docs/resources/channel#modify-channel-json-params.
https://discord.com/developers/docs/resources/emoji#modify-guild-emoji-json-params.
https://discord.com/developers/docs/resources/guild#modify-guild-json-params.
ModifyGuildWidgetData is the structure to modify a guild widget object for the guild.
https://discord.com/developers/docs/resources/guild#modify-guild-integration-json-params.
https://discord.com/developers/docs/resources/guild#add-guild-member-json-params.
https://discord.com/developers/docs/resources/guild#modify-guild-role-json-params.
https://discord.com/developers/docs/resources/user#modify-current-user-json-params.
https://discord.com/developers/docs/resources/webhook#modify-webhook-json-params.
No description provided by the author
https://discord.com/developers/docs/resources/guild#modify-guild-role-positions-json-params.
https://discord.com/developers/docs/resources/guild#get-guild-prune-count-query-string-params.
https://discord.com/developers/docs/resources/guild#begin-guild-prune-query-string-params.
SendMessageData is the full structure to send a new message to Discord with.
Session keeps a single session.

# Type aliases

AllowedMentionType is a constant that tells Discord what is allowed to parse from a message content.
https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options.
No description provided by the author