All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.twitch4j.helix.domain.SentChatMessageWrapper Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.helix.domain;

import lombok.EqualsAndHashCode;
import lombok.ToString;

@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
public class SentChatMessageWrapper extends ValueWrapper {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy