rozod
    Preparing search index...

    Variable getPromotionChannelsConst Api Param

    getPromotionChannels: EndpointGeneric<
        {
            alwaysReturnUrls?: boolean;
            filterLink?: boolean;
            onlyShortenTwitter?: boolean;
        },
        {
            facebook: string;
            guilded: string;
            promotionChannelsVisibilityPrivacy: string;
            twitch: string;
            twitter: string;
            youtube: string;
        },
        undefined,
    > = ...

    GET https://accountinformation.roblox.com/v1/promotion-channels Get the user's promotion channels alwaysReturnUrls Whether all promotion channel links should be returned as full URLs. filterLink Whether all promotion channel links should be filtered. onlyShortenTwitter Whether all promotion channels links except for Twitter should be returned as full URLs. If false, all promotion channels will be shortened.