OneSDK
    Preparing search index...

    Interface LuckyUsersWhoGotGiftSubscriptionsEventData

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

    Properties

    channel: ChannelInfo
    gifter_username: string
    usernames: string[]