mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# UserAutocomplete

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**users** | Option<[**Vec<crate::models::User>**]User.md> | A list of users that are the main result of the query | [optional]
**out_of_channel** | Option<[**Vec<crate::models::User>**]User.md> | A special case list of users returned when autocompleting in a specific channel. Omitted when empty or not relevant | [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)