Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / RichMenuResponse

Type Alias: RichMenuResponse

RichMenuResponse = object

Defined in: lib/messaging-api/model/richMenuResponse.ts:19

See

https://developers.line.biz/en/reference/messaging-api/#rich-menu-response-object

Properties

areas

areas: RichMenuArea[]

Defined in: lib/messaging-api/model/richMenuResponse.ts:43

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

Max Items

20


chatBarText

chatBarText: string

Defined in: lib/messaging-api/model/richMenuResponse.ts:38

Text displayed in the chat bar

Max Length

14


name

name: string

Defined in: lib/messaging-api/model/richMenuResponse.ts:33

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

Max Length

300


richMenuId

richMenuId: string

Defined in: lib/messaging-api/model/richMenuResponse.ts:23

ID of a rich menu


selected

selected: boolean

Defined in: lib/messaging-api/model/richMenuResponse.ts:28

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


size

size: RichMenuSize

Defined in: lib/messaging-api/model/richMenuResponse.ts:24