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 Maximum items: 20


chatBarText

chatBarText: string

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

Text displayed in the chat bar Maximum 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. Maximum 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