Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / RichMenuRequest

Type Alias: RichMenuRequest

RichMenuRequest: object

Type declaration

areas?

optional areas: RichMenuArea[]

Array of area objects which define the coordinates and size of tappable areas

chatBarText?

optional chatBarText: string

Text displayed in the chat bar

name?

optional name: string

Name of the rich menu. This value can be used to help manage your rich menus and is not displayed to users.

selected?

optional selected: boolean

true to display the rich menu by default. Otherwise, false.

size?

optional size: RichMenuSize

Defined in

lib/messaging-api/model/richMenuRequest.ts:16