Appearance
@line/bot-sdk • Docs
@line/bot-sdk / manageAudience / CreateAudienceGroupRequest
Type Alias: CreateAudienceGroupRequest
CreateAudienceGroupRequest:
object
Create audience for uploading user IDs (by JSON)
Type declaration
audiences?
optional
audiences:Audience
[]
An array of user IDs or IFAs. Max number: 10,000
See
description?
optional
description:string
The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120
See
isIfaAudience?
optional
isIfaAudience:boolean
To specify recipients by IFAs: set true. To specify recipients by user IDs: set false or omit isIfaAudience property.
See
uploadDescription?
optional
uploadDescription:string
The description to register for the job (in jobs[].description).
See
uploadDescription Documentation