fetchUserFollowage(Defined in: twitch.ts:77 Check if followerId follows streamerId and returns the followage data.followerId,streamerId):Promise<FetchResult<TwitchHelixResponse<TwitchHelixUserFollowsResult> &object>>
Parameters
followerId
string
The Twitch User ID of the user of whom you want to check if they are following streamerId.
streamerId
string
The Twitch User ID of the user of whom you want to check if they are followed by followerId.
Returns
Promise<FetchResult<TwitchHelixResponse<TwitchHelixUserFollowsResult> & object>>
A FetchResult that contains the object with details of whether followerId follows streamerId