VRChat.Model.PaginatedGroupAuditLogEntryList (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.PaginatedGroupAuditLogEntryList{
  hasNext: boolean() | nil,
  results: [VRChat.Model.GroupAuditLogEntry.t()] | nil,
  totalCount: integer() | nil
}

Functions

decode(value)