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
16
# OptionsMessageSearch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | **String** | Full-text search query  See [MongoDB documentation]https://docs.mongodb.com/manual/text-search/#-text-operator for more information. | 
**limit** | Option<**i64**> | Maximum number of messages to fetch | [optional]
**before** | Option<**String**> | Message id before which messages should be fetched | [optional]
**after** | Option<**String**> | Message id after which messages should be fetched | [optional]
**sort** | Option<[**crate::models::MessageSort**]MessageSort.md> |  | [optional][default to Relevance]
**include_users** | Option<**bool**> | Whether to include user (and member, if server channel) objects | [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)