SHARDWIRE
ReferenceEvent & Data Models

BridgeUser

Reference for `BridgeUser`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for BridgeUser, exported as part of the public Shardwire surface.

Signature

export interface BridgeUser {
	id: Snowflake;
	username: string;
	discriminator: string;
	globalName?: string | null;
	avatarUrl?: string | null;
	bot: boolean;
	system: boolean;
}

Structure

On this page