Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit e563b63

Browse files
added select menu type (#477)
1 parent d752917 commit e563b63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

message.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const (
9797
_ MessageComponentType = iota
9898
MessageComponentActionRow
9999
MessageComponentButton
100+
MessageComponentSelectMenu
100101
)
101102

102103
type ButtonStyle = int

0 commit comments

Comments
 (0)