Skip to content

@line/bot-sdkDocs


@line/bot-sdk / manageAudience / GetAudienceGroupsResponse

Type Alias: GetAudienceGroupsResponse

GetAudienceGroupsResponse: object

Gets data for more than one audience.

Type declaration

audienceGroups?

optional audienceGroups: AudienceGroup[]

An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned.

See

audienceGroups Documentation

hasNextPage?

optional hasNextPage: boolean

true when this is not the last page.

See

hasNextPage Documentation

page?

optional page: number

The current page number.

See

page Documentation

readWriteAudienceGroupTotalCount?

optional readWriteAudienceGroupTotalCount: number

Of the audiences you can get with the specified filter, the number of audiences with the update permission set to READ_WRITE.

See

readWriteAudienceGroupTotalCount Documentation

size?

optional size: number

The maximum number of audiences on the current page.

See

size Documentation

totalCount?

optional totalCount: number

The total number of audiences that can be returned with the specified filter.

See

totalCount Documentation

Defined in

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