diff --git a/src/classes/Channel.ts b/src/classes/Channel.ts index 0e88d76b..3786c0ad 100644 --- a/src/classes/Channel.ts +++ b/src/classes/Channel.ts @@ -111,7 +111,7 @@ export class Channel { * User ids of people currently typing in channel */ get typingIds() { - return this.#collection.getUnderlyingObject(this.id).recipientIds; + return this.#collection.getUnderlyingObject(this.id).typingIds; } /**