Remedy.Schema.UserFlags (Remedy v0.6.6) View Source

User Flags

Link to this section Summary

Link to this section Types

Specs

bug_hunter_level_1() :: boolean()

Specs

bug_hunter_level_2() :: boolean()
Link to this type

discord_certified_moderator()

View Source

Specs

discord_certified_moderator() :: boolean()

Specs

discord_employee() :: boolean()

Specs

early_supporter() :: boolean()

Specs

hypesquad_balance() :: boolean()

Specs

hypesquad_bravery() :: boolean()
Link to this type

hypesquad_brilliance()

View Source

Specs

hypesquad_brilliance() :: boolean()

Specs

hypesquad_events() :: boolean()
Link to this type

partnered_server_owner()

View Source

Specs

partnered_server_owner() :: boolean()

Specs

system() :: boolean()

Specs

t() :: %Remedy.Schema.UserFlags{
  BUG_HUNTER_LEVEL_1: bug_hunter_level_1(),
  BUG_HUNTER_LEVEL_2: bug_hunter_level_2(),
  DISCORD_CERTIFIED_MODERATOR: discord_certified_moderator(),
  DISCORD_EMPLOYEE: discord_employee(),
  EARLY_SUPPORTER: early_supporter(),
  HYPESQUAD_BALANCE: hypesquad_balance(),
  HYPESQUAD_BRAVERY: hypesquad_bravery(),
  HYPESQUAD_BRILLIANCE: hypesquad_brilliance(),
  HYPESQUAD_EVENTS: hypesquad_events(),
  PARTNERED_SERVER_OWNER: partnered_server_owner(),
  SYSTEM: system(),
  TEAM_USER: team_user(),
  VERIFIED_BOT: verified_bot(),
  VERIFIED_DEVELOPER: verified_developer(),
  id: term()
}

Specs

team_user() :: boolean()

Specs

verified_bot() :: boolean()

Specs

verified_developer() :: boolean()

Link to this section Functions