Appearance
@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:40
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:35
Text displayed in the chat bar
Max Length
14
name
name:
string
Defined in: lib/messaging-api/model/richMenuResponse.ts:30
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:20
ID of a rich menu
selected
selected:
boolean
Defined in: lib/messaging-api/model/richMenuResponse.ts:25
true to display the rich menu by default. Otherwise, false.
size
size:
RichMenuSize
Defined in: lib/messaging-api/model/richMenuResponse.ts:21