Class CharityCampaignProgressType

java.lang.Object
com.github.twitch4j.eventsub.subscriptions.CharityCampaignProgressType
All Implemented Interfaces:
SubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?,?>,CharityCampaignProgressEvent>

Sends notifications when progress is made towards the campaign’s goal or when the broadcaster changes the fundraising goal.

It’s possible to receive this event before the Start event.

The event data includes the charity’s name and logo but not its description and website. To get that information, subscribe to the Start event or call the Get Charity Campaign endpoint.

To get donation information, subscribe to the channel.charity_campaign.donate event.

Requires the channel:read:charity scope.