fix(client): made ChatJoinRequestUpdate inspectable
This commit is contained in:
parent
537b7d0462
commit
8b6cde6db5
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { getBarePeerId } from '@mtcute/core'
|
||||||
|
|
||||||
import { TelegramClient } from '../../client'
|
import { TelegramClient } from '../../client'
|
||||||
import { ChatInviteLink, PeersIndex, User } from '../peers'
|
import { ChatInviteLink, PeersIndex, User } from '../peers'
|
||||||
|
import { makeInspectable } from '../utils'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This update is sent when a user requests to join a chat
|
* This update is sent when a user requests to join a chat
|
||||||
|
@ -95,3 +96,5 @@ export class ChatJoinRequestUpdate {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
makeInspectable(ChatJoinRequestUpdate)
|
||||||
|
|
Loading…
Reference in a new issue