component v2 1

This commit is contained in:
TotallyTung
2025-06-23 19:16:41 +07:00
committed by GitHub
parent 4cd6390758
commit 714f8bd5de
3 changed files with 9 additions and 1 deletions

7
typings/enums.d.ts vendored
View File

@@ -226,6 +226,13 @@ export const enum MessageComponentTypes {
ROLE_SELECT = 6,
MENTIONABLE_SELECT = 7,
CHANNEL_SELECT = 8,
SELECTION = 9,
TEXT_DISPLAY = 10,
THUMBNAIL = 11,
MEDIA_GALLERY = 12,
FILE = 13,
SEPARATOR = 14,
CONTAINER = 17,
}
export const enum SelectMenuComponentTypes {