Use MessageInteractionMetadata instead.

interface MessageInteraction {
    commandName: string;
    id: string;
    type: InteractionType;
    user: User;
}

Properties

Properties

commandName: string
id: string
user: User