TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

Classes

ApiReportedRequestConfigErrorHelixAdScheduleHelixBanHelixBanUserHelixBitsLeaderboardHelixBitsLeaderboardEntryHelixBlockedTermHelixChannelHelixChannelEditorHelixChannelEmoteHelixChannelFollowerHelixChannelReferenceHelixChannelSearchResultHelixCharityCampaignHelixCharityCampaignAmountHelixCharityCampaignDonationHelixChatBadgeSetHelixChatBadgeVersionHelixChatChatterHelixChatSettingsHelixCheermoteListHelixClipHelixContentClassificationLabelHelixCustomRewardHelixCustomRewardRedemptionHelixDropsEntitlementHelixEmoteHelixEmoteFromSetHelixEventSubConduitHelixEventSubConduitShardHelixEventSubSubscriptionHelixExtensionBitsProductHelixExtensionTransactionHelixFollowHelixFollowedChannelHelixGameHelixGoalHelixGoalApiHelixHypeTrainContributionHelixHypeTrainEventHelixInstalledExtensionHelixInstalledExtensionListHelixModeratedChannelHelixModeratorHelixPaginatedEventSubSubscriptionsRequestHelixPaginatedRequestHelixPaginatedRequestWithTotalHelixPaginatedScheduleSegmentRequestHelixPaginatedSubscriptionsRequestHelixPollHelixPollChoiceHelixPredictionHelixPredictionOutcomeHelixPredictorHelixPrivilegedChatSettingsHelixPrivilegedUserHelixRaidHelixScheduleHelixScheduleSegmentHelixSentChatMessageHelixSharedChatSessionHelixSharedChatSessionParticipantHelixShieldModeStatusHelixStreamHelixStreamMarkerHelixStreamMarkerWithVideoHelixSubscriptionHelixTeamHelixTeamWithUsersHelixUnbanRequestHelixUserHelixUserBlockHelixUserEmoteHelixUserExtensionHelixUserRelationHelixUserSubscriptionHelixVideoHelixWarningStreamNotLiveError

HelixUnbanRequest

A request from a user to be unbanned from a channel.

Overview

Properties

broadcasterDisplayName

Type: string

The display name of the broadcaster whose channel is receiving the unban request.

broadcasterId

Type: string

The ID of the broadcaster whose channel is receiving the unban request.

broadcasterName

Type: string

The name of the broadcaster whose channel is receiving the unban request.

creationDate

Type: Date

The date of when the unban request was created.

id

Type: string

Unban request ID.

message

Type: string

Text message of the unban request from the requesting user.

moderatorDisplayName

Type: string | null

The display name of the moderator who resolved the unban request.

Can be null if the request is not resolved.

moderatorId

Type: string | null

The ID of the moderator who resolved the unban request.

Can be null if the request is not resolved.

moderatorName

Type: string | null

The name of the moderator who resolved the unban request.

Can be null if the request is not resolved.

resolutionDate

Type: Date | null

The date when the unban request was resolved, or null if it has not been resolved yet.

resolutionMessage

Type: string | null

The message written by the moderator who resolved the unban request, or null if it has not been resolved yet.

userDisplayName

Type: string

The display name of the user who requested to be unbanned.

userId

Type: string

The ID of the user who requested to be unbanned.

userName

Type: string

The name of the user who requested to be unbanned.

Methods

getBroadcaster()

async

Gets more information about the broadcaster.

Return type: HelixUser

getModerator()

async

Gets more information about the moderator.

Return type: HelixUser

getUser()

async

Gets more information about the user.

Return type: HelixUser