line_liff 1.0.0

LIFF Server API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UpdateLiffAppRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**view** | Option<[**crate::models::LiffView**]LiffView.md> |  | [optional]
**description** | Option<**String**> | Name of the LIFF app.  The LIFF app name can't include \"LINE\" or similar strings, or inappropriate strings.  | [optional]
**features** | Option<[**crate::models::LiffFeatures**]LiffFeatures.md> |  | [optional]
**permanent_link_pattern** | Option<**String**> | How additional information in LIFF URLs is handled. Specify `concat`.  | [optional]
**scope** | Option<[**Vec<crate::models::LiffScope>**]LiffScope.md> |  | [optional]
**bot_prompt** | Option<[**crate::models::LiffBotPrompt**]LiffBotPrompt.md> |  | [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)