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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.CreateGroupGalleryRequest{
  description: String.t() | nil,
  membersOnly: boolean() | nil,
  name: String.t(),
  roleIdsToAutoApprove: [String.t()] | nil,
  roleIdsToManage: [String.t()] | nil,
  roleIdsToSubmit: [String.t()] | nil,
  roleIdsToView: [String.t()] | nil
}