rozod
    Preparing search index...

    Variable getUsersUseridPromotionChannelsConst Api Param

    getUsersUseridPromotionChannels: EndpointGeneric<
        { alwaysReturnUrls?: boolean; filterLink?: boolean; userId: number },
        {
            facebook: string;
            guilded: string;
            twitch: string;
            twitter: string;
            youtube: string;
        },
        undefined,
    > = ...

    GET https://accountinformation.roblox.com/v1/users/:userId/promotion-channels Get promotion channels for a given user ID userId The ID of the user to fetch the promotion channels for. alwaysReturnUrls Whether all promotion channel links should be returned as full URLs. filterLink Whether all promotion channel links should be filtered.