File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ export interface APIThreadMetadata {
1064
1064
/**
1065
1065
* Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it
1066
1066
*/
1067
- locked ? : boolean ;
1067
+ locked : boolean ;
1068
1068
/**
1069
1069
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
1070
1070
*/
Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ export interface APIThreadMetadata {
1027
1027
/**
1028
1028
* Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it
1029
1029
*/
1030
- locked ? : boolean ;
1030
+ locked : boolean ;
1031
1031
/**
1032
1032
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
1033
1033
*/
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ export interface APIThreadMetadata {
1064
1064
/**
1065
1065
* Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it
1066
1066
*/
1067
- locked ? : boolean ;
1067
+ locked : boolean ;
1068
1068
/**
1069
1069
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
1070
1070
*/
Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ export interface APIThreadMetadata {
1027
1027
/**
1028
1028
* Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it
1029
1029
*/
1030
- locked ? : boolean ;
1030
+ locked : boolean ;
1031
1031
/**
1032
1032
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
1033
1033
*/
You can’t perform that action at this time.
0 commit comments