Skip to content

Commit 55a988e

Browse files
committed
fix: adjust MessageBase.type to MessageLabel
1 parent 12d809a commit 55a988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ export type MessageBase = CustomMessageData & {
27072707
show_in_channel?: boolean;
27082708
silent?: boolean;
27092709
text?: string;
2710-
type?: 'regular' | 'system';
2710+
type?: MessageLabel;
27112711
user?: UserResponse | null;
27122712
user_id?: string;
27132713
};

0 commit comments

Comments
 (0)