# `PolarExpress.Schemas.BenefitDiscordSubscriberProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/benefit_discord_subscriber_properties.ex#L2)

BenefitDiscordSubscriberProperties

Properties available to subscribers for a benefit of type `discord`.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitDiscordSubscriberProperties{
  guild_id: String.t() | nil
}
```

* `guild_id` - The ID of the Discord server.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
