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 55 */
66
77import type { Snowflake } from '../../globals.ts' ;
8- import type { APIChannel , APIThreadMember } from './channel.ts' ;
8+ import type { APIThreadChannel , APIThreadMember } from './channel.ts' ;
99import type { APIEmoji } from './emoji.ts' ;
1010import type { APIUser } from './user.ts' ;
1111
@@ -361,7 +361,7 @@ export interface GatewayThreadListSync {
361361 /**
362362 * Array of the synced threads
363363 */
364- threads : APIChannel [ ] ;
364+ threads : APIThreadChannel [ ] ;
365365 /**
366366 * The member objects for the client user in each joined thread that was synced
367367 */
Original file line number Diff line number Diff line change 55 */
66
77import type { Snowflake } from '../../globals.ts' ;
8- import type { APIChannel , APIThreadMember } from './channel.ts' ;
8+ import type { APIThreadChannel , APIThreadMember } from './channel.ts' ;
99import type { APIEmoji } from './emoji.ts' ;
1010import type { APIUser } from './user.ts' ;
1111
@@ -349,7 +349,7 @@ export interface GatewayThreadListSync {
349349 /**
350350 * Array of the synced threads
351351 */
352- threads : APIChannel [ ] ;
352+ threads : APIThreadChannel [ ] ;
353353 /**
354354 * The member objects for the client user in each joined thread that was synced
355355 */
Original file line number Diff line number Diff line change 55 */
66
77import type { Snowflake } from '../../globals' ;
8- import type { APIChannel , APIThreadMember } from './channel' ;
8+ import type { APIThreadChannel , APIThreadMember } from './channel' ;
99import type { APIEmoji } from './emoji' ;
1010import type { APIUser } from './user' ;
1111
@@ -361,7 +361,7 @@ export interface GatewayThreadListSync {
361361 /**
362362 * Array of the synced threads
363363 */
364- threads : APIChannel [ ] ;
364+ threads : APIThreadChannel [ ] ;
365365 /**
366366 * The member objects for the client user in each joined thread that was synced
367367 */
Original file line number Diff line number Diff line change 55 */
66
77import type { Snowflake } from '../../globals' ;
8- import type { APIChannel , APIThreadMember } from './channel' ;
8+ import type { APIThreadChannel , APIThreadMember } from './channel' ;
99import type { APIEmoji } from './emoji' ;
1010import type { APIUser } from './user' ;
1111
@@ -349,7 +349,7 @@ export interface GatewayThreadListSync {
349349 /**
350350 * Array of the synced threads
351351 */
352- threads : APIChannel [ ] ;
352+ threads : APIThreadChannel [ ] ;
353353 /**
354354 * The member objects for the client user in each joined thread that was synced
355355 */
You can’t perform that action at this time.
0 commit comments