@typed-discord/rest
    Preparing search index...

    Interface MessageInteractionResponse

    interface MessageInteractionResponse {
        id: `${bigint}`;
        name: string;
        name_localized?: string;
        type: InteractionTypes;
        user?: UserResponse;
    }
    Index

    Properties

    id: `${bigint}`
    name: string
    name_localized?: string