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