CharityCampaign
@Serializable
Represents a charity campaign that a broadcaster is running.
See also
Constructors
Link copied to clipboard
constructor(id: String, broadcasterId: String, broadcasterLogin: String, broadcasterName: String, charityName: String, charityDescription: String, charityLogo: String, charityWebsite: String, currentAmount: CharityAmount, targetAmount: CharityAmount? = null)
Properties
Link copied to clipboard
an ID that identifies the broadcaster that's running the campaign.
Link copied to clipboard
the broadcaster's login name.
Link copied to clipboard
the broadcaster's display name.
Link copied to clipboard
a description of the charity.
Link copied to clipboard
a URL to an image of the charity's logo. The image's type is PNG and its size is 100px X 100px.
Link copied to clipboard
the charity's name.
Link copied to clipboard
a URL to the charity's website.
Link copied to clipboard
the current amount of donations that the campaign has received.
Link copied to clipboard
the campaign's fundraising goal. This field is null if the broadcaster has not defined a fundraising goal.