Skip to content

@line/bot-sdk


@line/bot-sdk / manageAudience / GetSharedAudienceGroupsResponse

Type Alias: GetSharedAudienceGroupsResponse

GetSharedAudienceGroupsResponse = object

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:19

Gets data for more than one audience.

See

https://developers.line.biz/en/reference/messaging-api/#get-audience-groups

Properties

audienceGroups?

optional audienceGroups?: AudienceGroup[]

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:23

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


hasNextPage?

optional hasNextPage?: boolean

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:27

true when this is not the last page.


page?

optional page?: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:39

The current page number.


readWriteAudienceGroupTotalCount?

optional readWriteAudienceGroupTotalCount?: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:35

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


size?

optional size?: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:43

The maximum number of audiences on the current page.


totalCount?

optional totalCount?: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:31

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