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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.PlayerModeration{
  created: DateTime.t(),
  id: String.t(),
  sourceDisplayName: String.t(),
  sourceUserId: String.t(),
  targetDisplayName: String.t(),
  targetUserId: String.t(),
  type: VRChat.Model.PlayerModerationType.t()
}