DisBot
    Preparing search index...

    Type Alias GuildAutoReactsUncheckedCreateWithoutGuildsInput

    type GuildAutoReactsUncheckedCreateWithoutGuildsInput = {
        ChannelId: string;
        Emoji: string;
        Id?: number;
    }
    Index

    Properties

    Properties

    ChannelId: string
    Emoji: string
    Id?: number