Type Alias DMInteraction<I>

DMInteraction: I & {
    channel: DMChannel;
    guild: null;
    guildId: null;
    member: null;
}

Type Parameters

  • I extends BaseInteraction = BaseInteraction<"cached">
MMNEPVFCICPMFPCPTTAAATR