PolarExpress.Schemas.BenefitDiscordCreateProperties (polar_express v0.2.2)

Copy Markdown View Source

BenefitDiscordCreateProperties

Properties to create a benefit of type discord.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BenefitDiscordCreateProperties{
  guild_token: term(),
  kick_member: term(),
  role_id: term()
}
  • guild_token
  • kick_member - Whether to kick the member from the Discord server on revocation.
  • role_id - The ID of the Discord role to grant.

Functions

schema_name()