LINE.Bot.MessagingApi.Model.RichMenuBounds (line_bot_sdk v0.2.0)

Copy Markdown

Rich menu bounds

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.RichMenuBounds{
  height: integer() | nil,
  width: integer() | nil,
  x: integer() | nil,
  y: integer() | nil
}

Functions

decode(value)