View Source VRChat.Model.GroupRole (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.GroupRole{
  createdAt: DateTime.t() | nil,
  description: String.t() | nil,
  groupId: String.t() | nil,
  id: String.t() | nil,
  isManagementRole: boolean() | nil,
  isSelfAssignable: boolean() | nil,
  name: String.t() | nil,
  order: integer() | nil,
  permissions: [String.t()] | nil,
  requiresPurchase: boolean() | nil,
  requiresTwoFactor: boolean() | nil,
  updatedAt: DateTime.t() | nil
}