Interface LuckyUsersWhoGotGiftSubscriptionsEventData

interface LuckyUsersWhoGotGiftSubscriptionsEventData {
    channel: ChannelInfo;
    gifter_username: string;
    usernames: string[];
}

Properties

channel: ChannelInfo
gifter_username: string
usernames: string[]