/**
* Mission Stickers API
* This document describes LINE Mission Stickers 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.
*/
/**
* Send mission stickers (v3)
*/
export type MissionStickerRequest = {
/**
* Destination user ID
*
* @see to Documentation
*/
to: string;
/**
* Package ID for a set of stickers
*
* @see productId Documentation
*/
productId: string;
/**
* `STICKER`
*
* @see productType Documentation
*/
productType: string;
/**
* `false`
*
* @see sendPresentMessage Documentation
*/
sendPresentMessage: boolean;
};
//# sourceMappingURL=missionStickerRequest.d.ts.map