File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
import type { Snowflake } from '../../globals.ts' ;
8
- import type { APIChannel , APIThreadMember } from './channel.ts' ;
8
+ import type { APIThreadChannel , APIThreadMember } from './channel.ts' ;
9
9
import type { APIEmoji } from './emoji.ts' ;
10
10
import type { APIUser } from './user.ts' ;
11
11
@@ -361,7 +361,7 @@ export interface GatewayThreadListSync {
361
361
/**
362
362
* Array of the synced threads
363
363
*/
364
- threads : APIChannel [ ] ;
364
+ threads : APIThreadChannel [ ] ;
365
365
/**
366
366
* The member objects for the client user in each joined thread that was synced
367
367
*/
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
import type { Snowflake } from '../../globals.ts' ;
8
- import type { APIChannel , APIThreadMember } from './channel.ts' ;
8
+ import type { APIThreadChannel , APIThreadMember } from './channel.ts' ;
9
9
import type { APIEmoji } from './emoji.ts' ;
10
10
import type { APIUser } from './user.ts' ;
11
11
@@ -349,7 +349,7 @@ export interface GatewayThreadListSync {
349
349
/**
350
350
* Array of the synced threads
351
351
*/
352
- threads : APIChannel [ ] ;
352
+ threads : APIThreadChannel [ ] ;
353
353
/**
354
354
* The member objects for the client user in each joined thread that was synced
355
355
*/
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
import type { Snowflake } from '../../globals' ;
8
- import type { APIChannel , APIThreadMember } from './channel' ;
8
+ import type { APIThreadChannel , APIThreadMember } from './channel' ;
9
9
import type { APIEmoji } from './emoji' ;
10
10
import type { APIUser } from './user' ;
11
11
@@ -361,7 +361,7 @@ export interface GatewayThreadListSync {
361
361
/**
362
362
* Array of the synced threads
363
363
*/
364
- threads : APIChannel [ ] ;
364
+ threads : APIThreadChannel [ ] ;
365
365
/**
366
366
* The member objects for the client user in each joined thread that was synced
367
367
*/
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
import type { Snowflake } from '../../globals' ;
8
- import type { APIChannel , APIThreadMember } from './channel' ;
8
+ import type { APIThreadChannel , APIThreadMember } from './channel' ;
9
9
import type { APIEmoji } from './emoji' ;
10
10
import type { APIUser } from './user' ;
11
11
@@ -349,7 +349,7 @@ export interface GatewayThreadListSync {
349
349
/**
350
350
* Array of the synced threads
351
351
*/
352
- threads : APIChannel [ ] ;
352
+ threads : APIThreadChannel [ ] ;
353
353
/**
354
354
* The member objects for the client user in each joined thread that was synced
355
355
*/
You can’t perform that action at this time.
0 commit comments