set_rich_menu_default
Set a default rich menu for LINE Official Accounts to display automatically to all users, providing consistent navigation and interaction options.
Instructions
Set a rich menu as the default rich menu.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
richMenuId | Yes | The ID of the rich menu to set as default. |
Input Schema (JSON Schema)
{
"properties": {
"richMenuId": {
"description": "The ID of the rich menu to set as default.",
"type": "string"
}
},
"required": [
"richMenuId"
],
"type": "object"
}