mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SubmitInteractiveDialogRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | The URL to send the submitted dialog payload to | 
**channel_id** | **String** | Channel ID the user submitted the dialog from | 
**team_id** | **String** | Team ID the user submitted the dialog from | 
**submission** | [**serde_json::Value**].md | String map where keys are element names and values are the element input values | 
**callback_id** | Option<**String**> | Callback ID sent when the dialog was opened | [optional]
**state** | Option<**String**> | State sent when the dialog was opened | [optional]
**cancelled** | Option<**bool**> | Set to true if the dialog was cancelled | [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)