Remedy.Struct.Guild.Integration (Remedy v0.5.2)
View Source
Struct representing a Discord guild integration.
The struct defined here only has the fields provided for Discord Bot
integrations available. If you use Remedy in a non-bot application, feel
free to open an issue to add it.
References
Whether this integration is enabled
Snowflake ID of the integration
Represents a Guild integration
Integration type (Twitch, YouTube or Discord)
Specs
Whether this integration is enabled
Specs
id() :: Sunbake.Snowflake.t()
Snowflake ID of the integration
Specs
Name of the integration
Specs
t() :: %Remedy.Struct.Guild.Integration{
enabled: enabled(),
id: id(),
name: name(),
type: type()
}
Represents a Guild integration
Specs
Integration type (Twitch, YouTube or Discord)