Discord.https - v3.0.16
    Preparing search index...

    Data structure that makes it easy to interact with a Discord message flags bitfield.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    bitfield: MessageFlags

    Bitfield of the packed bits

    DefaultBit: number | bigint = 0

    Default bit value

    Flags: NonReverseEnumFlag<typeof MessageFlags> = ...

    Numeric message flags.

    Methods

    • Gets an object mapping field names to a boolean indicating whether the bit is available.

      Parameters

      • ...hasParams: any[]

        Additional parameters for the has method, if any

      Returns Record<string, boolean>