mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-27 09:49:21 +00:00
19 lines
806 B
Markdown
19 lines
806 B
Markdown
# 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**](NotificationType.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|