Interface ChannelMention

interface ChannelMention {
    guildId: string;
    id: string;
    kind: ChannelType;
    name: string;
}

Properties

Properties

guildId: string
id: string
name: string

Generated using TypeDoc