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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.GroupGalleryImage{
  approved: boolean() | nil,
  approvedAt: DateTime.t() | nil,
  approvedByUserId: String.t() | nil,
  createdAt: DateTime.t() | nil,
  fileId: String.t() | nil,
  galleryId: String.t() | nil,
  groupId: String.t() | nil,
  id: String.t() | nil,
  imageUrl: String.t() | nil,
  submittedByUserId: String.t() | nil
}