Interface LocalReceivingEntry

A single receiving entry (someone currently transmitting).

interface LocalReceivingEntry {
    channel: string;
    color: string;
    guildId: string;
    name: string;
    netId: number;
    text: string;
}

Properties

channel: string
color: string
guildId: string
name: string
netId: number
text: string