View Source VRChat.Model.Notification (VRChat v1.7.2)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.Notification{
  created_at: DateTime.t(),
  details: String.t(),
  id: String.t(),
  message: String.t(),
  seen: boolean(),
  senderUserId: String.t(),
  senderUsername: String.t(),
  type: VRChat.Model.NotificationType.t()
}