Skip to main content

ODTranscriptUserData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

A universal representatation of a discord user for transcripts.

View Source

Properties


color type "#$string"

When in a server, this is the color of the highest role.

View Source


displayname string string

The display name of this user.

View Source


id string string

The id of this user.

View Source


pfp string string

The profile picture url of this user.

View Source


tag type null|"system"|"app"|"verified"

The additional tag of this user.

View Source


username string string

The username of this user.

View Source