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

com.github.twitch4j.pubsub.domain.SubGiftData Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package com.github.twitch4j.pubsub.domain;

import com.github.twitch4j.common.enums.SubscriptionPlan;
import lombok.Data;

@Data
public class SubGiftData {
    private Integer count;
    private SubscriptionPlan tier;
    private String userId;
    private String userName;
    private String displayName;
    private String channelId;
    private String uuid;
    private String type; // e.g., "mystery-gift-purchase"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy