com.github.twitch4j.pubsub.events.RadioEvent 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.RadioData;
import lombok.EqualsAndHashCode;
import lombok.Value;
/**
* @deprecated Twitch is decommissioning Soundtrack on 2023-07-17
*/
@Value
@EqualsAndHashCode(callSuper = false)
@Deprecated
public class RadioEvent extends TwitchEvent {
RadioData data;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy