Appearance
@line/bot-sdk • Docs
@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
hasNextPage?
optional
hasNextPage:boolean
true when this is not the last page.
See
page?
optional
page:number
The current page number.
See
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
totalCount?
optional
totalCount:number
The total number of audiences that can be returned with the specified filter.