feat: super reactions

#9336 backport
This commit is contained in:
Elysia
2024-09-17 19:18:21 +07:00
parent d6d768488b
commit 8dfa37fbd9
7 changed files with 78 additions and 33 deletions

View File

@@ -1677,6 +1677,15 @@ exports.GuildScheduledEventEntityTypes = createEnum([null, 'STAGE_INSTANCE', 'VO
*/
exports.VideoQualityModes = createEnum([null, 'AUTO', 'FULL']);
/**
* The type of reaction
* * NORMAL
* * BURST
* @typedef {string} ReactionType
* @see {@link https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes}
*/
exports.ReactionTypes = createEnum(['NORMAL', 'BURST']);
/**
* Sort {@link ThreadOnlyChannel} posts by creation time or activity
* * LATEST_ACTIVITY