diff --git a/src/types/channels/threads/thread_member.ts b/src/types/channels/threads/thread_member.ts index 2b3d1b54a..e86cd7030 100644 --- a/src/types/channels/threads/thread_member.ts +++ b/src/types/channels/threads/thread_member.ts @@ -1,8 +1,8 @@ export interface ThreadMember { /** The id of the thread */ - id: string; + id?: string; /** The id of the user */ - userId: string; + userId?: string; /** The time the current user last joined the thread */ joinTimestamp: string; /** Any user-thread settings, currently only used for notifications */