Skip to content

UncompleteUser

Represents a user that is not fully completed as it doesn’t have connection and subscription fields from BaseUser.

Constructors

new UncompleteUser()

1
new UncompleteUser(data: BaseUserData): UncompleteUser

Builds up a user that is not fully complete.

Parameters

ParameterTypeDescription
dataBaseUserDataThe data of the user.

Returns

UncompleteUser

Source

twitchfy/packages/eventsub/src/structures/messages/UncompleteUser.ts:28

Properties

PropertyModifierTypeDescription
displayNamereadonlystringThe display name of the user.
idreadonlystringThe ID of the user.
loginreadonlystringThe login name of the user.