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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.CreateGroupRequest{
  bannerId: String.t() | nil,
  description: String.t() | nil,
  iconId: String.t() | nil,
  joinState: VRChat.Model.GroupJoinState.t() | nil,
  name: String.t(),
  privacy: VRChat.Model.GroupPrivacy.t() | nil,
  roleTemplate: VRChat.Model.GroupRoleTemplate.t(),
  shortCode: String.t()
}