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
Click to show internal directories.
Click to hide internal directories.