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

EventSubChannelUnbanEvent

An EventSub event representing a user being unbanned in a channel.

Overview

Properties

broadcasterDisplayName

Type: string

The display name of the broadcaster from whose chat the user was unbanned.

broadcasterId

Type: string

The ID of the broadcaster from whose chat the user was unbanned.

broadcasterName

Type: string

The name of the broadcaster from whose chat the user was unbanned.

moderatorDisplayName

Type: string

The display name of the moderator who issued the unban.

moderatorId

Type: string

The ID of the moderator who issued the unban.

moderatorName

Type: string

The name of the moderator who issued the unban.

userDisplayName

Type: string

The display name of the unbanned user.

userId

Type: string

The ID of the unbanned user.

userName

Type: string

The name of the unbanned user.

Methods

getBroadcaster()

async

Retrieves more information about the broadcaster.

Return type: HelixUser

getModerator()

async

Retrieves more information about the moderator.

Return type: HelixUser

getUser()

async

Retrieves more information about the unbanned user.

Return type: HelixUser