/**
* LINE Messaging API
* This document describes LINE Messaging API.
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Rich menu bounds
*/
export type RichMenuBounds = {
/**
* Horizontal position relative to the top-left corner of the area.
*
* @see x Documentation
*/
x?: number;
/**
* Vertical position relative to the top-left corner of the area.
*
* @see y Documentation
*/
y?: number;
/**
* Width of the area.
*
* @see width Documentation
*/
width?: number;
/**
* Height of the area.
*
* @see height Documentation
*/
height?: number;
};
//# sourceMappingURL=richMenuBounds.d.ts.map