VRChat.Model.SentNotification (vrchat v1.20.0)

View Source

Summary

Types

t()

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

Functions

decode(value)