VRChat.Model.GroupPermission (vrchat v1.20.0)

View Source

A permission that can be granted to a role in a group.

Summary

Types

t()

@type t() :: %VRChat.Model.GroupPermission{
  allowedToAdd: boolean() | nil,
  displayName: String.t() | nil,
  help: String.t() | nil,
  isManagementPermission: boolean() | nil,
  name: String.t() | nil
}

Functions

decode(value)