integrations

package
v10.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntegrationCreate

type IntegrationCreate struct {
	api.Integration
	GuildID api.Snowflake `json:"guild_id"`
}

IntegrationCreate - Sent when an integration is created. The inner payload is an integration object with an additional guild_id key

type IntegrationDelete

type IntegrationDelete struct {
	ID            api.Snowflake `json:"id"`
	GuildID       api.Snowflake `json:"guild_id"`
	ApplicationID api.Snowflake `json:"application_id"`
}

IntegrationDelete - Sent when an integration is deleted.

type IntegrationUpdate

type IntegrationUpdate struct {
	api.Integration
	GuildID api.Snowflake `json:"guild_id"`
}

IntegrationUpdate - Sent when an integration is updated. The inner payload is an integration object with an additional guild_id key

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL