com.github.twitch4j.pubsub.events.CommunityBoostProgressionEvent Maven / Gradle / Ivy
The newest version!
package com.github.twitch4j.pubsub.events;
import com.github.twitch4j.common.events.TwitchEvent;
import com.github.twitch4j.pubsub.domain.CommunityBoostProgression;
import lombok.EqualsAndHashCode;
import lombok.Value;
@Value
@EqualsAndHashCode(callSuper = false)
public class CommunityBoostProgressionEvent extends TwitchEvent {
CommunityBoostProgression data;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy