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

EventSubUserUpdateEvent

An EventSub event representing updating their account details.

Overview

Properties

userDescription

Type: string

The user's profile description.

userDisplayName

Type: string

The display name of the user.

userEmail

Type: string | null

The user's email address.

This is null if you are not authorized to read the email address, i.e. you have never successfully requested the scope user:read:email from the user.

userId

Type: string

The ID of the user.

userName

Type: string

The name of the user.

Methods

getUser()

async

Retrieves more information about the user.

Return type: HelixUser