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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.SentNotification{
  created_at: DateTime.t(),
  details: String.t(),
  id: String.t(),
  message: String.t(),
  recieverUserId: String.t(),
  senderUserId: String.t(),
  senderUsername: String.t() | nil,
  type: VRChat.Model.NotificationType.t()
}