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

com.github.twitch4j.eventsub.events.ModeratorEvent Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub.events;

public interface ModeratorEvent {

    /**
     * The user ID of the issuer of the moderation action.
     */
    String getModeratorUserId();

    /**
     * The user login of the issuer of the moderation action.
     */
    String getModeratorUserLogin();

    /**
     * The user name of the issuer of the moderation action.
     */
    String getModeratorUserName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy