mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs(BitField): document constructors of deriving classes (#3903)
This commit is contained in:
@@ -8,6 +8,13 @@ const BitField = require('./BitField');
|
||||
*/
|
||||
class MessageFlags extends BitField {}
|
||||
|
||||
/**
|
||||
* @name MessageFlags
|
||||
* @kind constructor
|
||||
* @memberof MessageFlags
|
||||
* @param {BitFieldResolvable} [bits=0] Bit(s) to read from
|
||||
*/
|
||||
|
||||
/**
|
||||
* Numeric message flags. All available properties:
|
||||
* * `CROSSPOSTED`
|
||||
|
||||
Reference in New Issue
Block a user