com.github.twitch4j.eventsub.domain.SimpleEmote Maven / Gradle / Ivy
package com.github.twitch4j.eventsub.domain;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;
@Data
@Setter(AccessLevel.PRIVATE)
public class SimpleEmote {
/**
* The emote ID.
*/
private String id;
/**
* The human-readable emote token.
*/
private String name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy