Files
vrchatapi-rust/docs/Notification.md
2021-10-08 12:05:31 +02:00

806 B

Notification

Properties

Name Type Description Notes
created_at 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 {}]
id String
message String
seen bool [default to false]
sender_user_id String
sender_username String
_type crate::models::NotificationType

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