messaging-api-line 0.0.1

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RichMenuRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | Option<[**models::RichMenuSize**]RichMenuSize.md> |  | [optional]
**selected** | Option<**bool**> | `true` to display the rich menu by default. Otherwise, `false`. | [optional]
**name** | Option<**String**> | Name of the rich menu. This value can be used to help manage your rich menus and is not displayed to users. | [optional]
**chat_bar_text** | Option<**String**> | Text displayed in the chat bar | [optional]
**areas** | Option<[**Vec<models::RichMenuArea>**]RichMenuArea.md> | Array of area objects which define the coordinates and size of tappable areas | [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)