diff --git a/packages/client/src/types/updates/chat-join-request.ts b/packages/client/src/types/updates/chat-join-request.ts index 73c29fe3..73de1d13 100644 --- a/packages/client/src/types/updates/chat-join-request.ts +++ b/packages/client/src/types/updates/chat-join-request.ts @@ -3,6 +3,7 @@ import { getBarePeerId } from '@mtcute/core' import { TelegramClient } from '../../client' import { ChatInviteLink, PeersIndex, User } from '../peers' +import { makeInspectable } from '../utils' /** * This update is sent when a user requests to join a chat @@ -95,3 +96,5 @@ export class ChatJoinRequestUpdate { }) } } + +makeInspectable(ChatJoinRequestUpdate)