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

com.github.twitch4j.eventsub.events.batched.BatchedDropEntitlementGrantEvents Maven / Gradle / Ivy

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

import com.github.twitch4j.eventsub.events.DropEntitlementGrantEvent;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
public class BatchedDropEntitlementGrantEvents extends BatchedDataEvents {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy