@line/bot-sdk
Version:
Node.js SDK for LINE Messaging API
28 lines • 1.05 kB
TypeScript
/**
* 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.
*/
/**
* Create audience for impression-based retargeting
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group">https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group</a>
*/
export type CreateImpBasedAudienceGroupRequest = {
/**
* The audience's name. This is case-insensitive, meaning `AUDIENCE` and `audience` are considered identical. Max character limit: 120
* @minLength 1
* @maxLength 120
*/
description?: string;
/**
* The request ID of a broadcast or narrowcast message sent in the past 60 days. Each Messaging API request has a request ID.
*/
requestId?: string;
};
//# sourceMappingURL=createImpBasedAudienceGroupRequest.d.ts.map