Skip to content

@line/bot-sdkDocs


@line/bot-sdk / manageAudience / CreateAudienceGroupResponse

Type Alias: CreateAudienceGroupResponse

CreateAudienceGroupResponse: object

Create audience for uploading user IDs (by JSON)

Type declaration

audienceGroupId?

optional audienceGroupId: number

The audience ID.

See

audienceGroupId Documentation

created?

optional created: number

When the audience was created (in UNIX time).

See

created Documentation

createRoute?

optional createRoute: CreateRouteEnum

How the audience was created. MESSAGING_API: An audience created with Messaging API.

See

createRoute Documentation

description?

optional description: string

The audience's name.

See

description Documentation

expireTimestamp?

optional expireTimestamp: number

Time of audience expiration. Only returned for specific audiences.

See

expireTimestamp Documentation

isIfaAudience?

optional isIfaAudience: boolean

The value indicating the type of account to be sent, as specified when creating the audience for uploading user IDs. One of: true: Accounts are specified with IFAs. false (default): Accounts are specified with user IDs.

See

isIfaAudience Documentation

permission?

optional permission: PermissionEnum

Audience's update permission. Audiences linked to the same channel will be READ_WRITE. READ: Can use only. READ_WRITE: Can use and update.

See

permission Documentation

type?

optional type: AudienceGroupType

See

type Documentation

Defined in

lib/manage-audience/model/createAudienceGroupResponse.ts:18