line_messaging_api 0.0.3

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

## Properties

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)