twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

HelixFollow

A relation of a user following a broadcaster.

Overview

Properties

followDate

Type: Date

The date when the user followed the broadcaster.

followedUserDisplayName

Type: string

The display name of the followed user.

followedUserId

Type: string

The user ID of the followed broadcaster.

followedUserName

Type: string

The name of the followed user.

userDisplayName

Type: string

The display name of the following user.

userId

Type: string

The user ID of the following user.

userName

Type: string

The name of the following user.

Methods

getFollowedUser()

async

Retrieves the data of the followed broadcaster.

Return type: HelixUser | null

getUser()

async

Retrieves the data of the following user.

Return type: HelixUser | null