Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / RichMenuResponse

Type Alias: RichMenuResponse

RichMenuResponse = object

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

Properties

areas

areas: RichMenuArea[]

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

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


chatBarText

chatBarText: string

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

Text displayed in the chat bar


name

name: string

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

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


richMenuId

richMenuId: string

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

ID of a rich menu


selected

selected: boolean

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

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


size

size: RichMenuSize

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