com.github.twitch4j.tmi.domain.BadgeSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twitch4j-messaginginterface Show documentation
Show all versions of twitch4j-messaginginterface Show documentation
Twitch Message Interface API dependency
The newest version!
package com.github.twitch4j.tmi.domain;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;
import java.util.Map;
@Data
@Setter(AccessLevel.PRIVATE)
public class BadgeSet {
private Map versions;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy