inaturalist 0.4.0

iNaturalist API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# PostMessageMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**to_user_id** | Option<**i32**> | User ID of the recipient | [optional]
**thread_id** | Option<**i32**> | Identifier for the thread. Should be blank for new threads, but when replying to an existing message, it should be set to the thread_id of the message being replied to.  | [optional]
**subject** | Option<**String**> | Subject of the message | [optional]
**body** | Option<**String**> | Body of the message | [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)