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

    Interface MessageAllowedMentionsRequest

    interface MessageAllowedMentionsRequest {
        parse?: (AllowedMentionTypes | null)[] | null;
        replied_user?: boolean | null;
        roles?: (`${bigint}` | null)[] | null;
        users?: (`${bigint}` | null)[] | null;
    }
    Index

    Properties

    parse?: (AllowedMentionTypes | null)[] | null
    replied_user?: boolean | null
    roles?: (`${bigint}` | null)[] | null
    users?: (`${bigint}` | null)[] | null