CharityResource

Twitch Helix Charity API resource.

Provides methods for retrieving charity campaign information and donations.

Note: This resource returns results directly rather than Page/Flow because getCampaign returns at most one active charity campaign, and getDonations is scoped to that single campaign with a small, bounded result set. Auto-pagination adds no value for these endpoints.

See also

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun getDonations(broadcasterId: String, first: Int = 20, after: String? = null): List<CharityDonation>