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

    Interface MinimalContentMessageResponse

    interface MinimalContentMessageResponse {
        attachments: MessageAttachmentResponse[];
        components: (
            | ActionRowComponentResponse
            | ContainerComponentResponse
            | FileComponentResponse
            | MediaGalleryComponentResponse
            | SectionComponentResponse
            | SeparatorComponentResponse
            | TextDisplayComponentResponse
        )[];
        content: string;
        edited_timestamp: string
        | null;
        embeds: MessageEmbedResponse[];
        flags: number;
        mention_roles: `${bigint}`[];
        mentions: UserResponse[];
        sticker_items?: MessageStickerItemResponse[];
        stickers?: (GuildStickerResponse | StandardStickerResponse)[];
        timestamp: string;
        type: MessageType;
    }
    Index

    Properties

    content: string
    edited_timestamp: string | null
    flags: number
    mention_roles: `${bigint}`[]
    mentions: UserResponse[]
    sticker_items?: MessageStickerItemResponse[]
    timestamp: string