View Source VRChat.Model.Notification (vrchat v1.11.1)
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(), receiverUserId: String.t() | nil, seen: boolean() | nil, senderUserId: String.t(), senderUsername: String.t() | nil, type: VRChat.Model.NotificationType.t() }