revolt_api 0.6.5

Open source user-first chat platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ChannelOneOf1

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel_type** | **String** |  | 
**_id** | **String** | Unique Id | 
**active** | **bool** | Whether this direct message channel is currently open on both sides | 
**recipients** | **Vec<String>** | 2-tuple of user ids participating in direct message | 
**last_message_id** | Option<**String**> | Id of the last message sent in this channel | [optional]

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