LINE.Bot.MessagingApi.Model.RichMenuResponse (line_bot_sdk v0.1.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.RichMenuResponse{
  areas: [LINE.Bot.Model.RichMenuArea.t()],
  chatBarText: String.t(),
  name: String.t(),
  richMenuId: String.t(),
  selected: boolean(),
  size: LINE.Bot.Model.RichMenuSize.t()
}

Functions

decode(value)