spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
Documentation
# ChatUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**provider** | Option<**String**> |  | [optional]
**account_id** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**real_name** | Option<**String**> |  | [optional]
**email** | Option<**String**> |  | [optional]
**avatar** | Option<**String**> |  | [optional]
**is_bot** | **bool** |  | 
**is_active** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)