fix(client): made ChatJoinRequestUpdate inspectable

This commit is contained in:
teidesu 2022-08-02 03:48:18 +03:00
parent 537b7d0462
commit 8b6cde6db5

View file

@ -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)