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

Link to this section Summary

Link to this section Types

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