# RichMenuResponse
## Properties
**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)