Files
vrchatapi-rust/docs/Notification.md
Foorack / Max Faxälv 4aca4ff25d Initial commit
2021-07-28 11:44:53 +02:00

826 B

Notification

Properties

Name Type Description Notes
id String
sender_user_id String [readonly]
sender_username String
_type crate::models::NotificationType
message String
details String NOTICE: This is not a JSON object, this is a json encoded object, meaning you have to json-de-encode to get the NotificationDetail object depending on the NotificationType. [default to {}]
seen bool [default to false]
created_at String [readonly]

[Back to Model list] [Back to API list] [Back to README]