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

GET https://accountinformation.roblox.com/v1/promotion-channels

Get the user's promotion channels

Whether all promotion channel links should be returned as full URLs.

Whether all promotion channel links should be filtered.

Whether all promotion channels links except for Twitter should be returned as full URLs. If false, all promotion channels will be shortened.