Raw.messages.CheckHistoryImportPeer
Check whether chat history exported from another chat app can be imported into a specific telegram chat, click here for more info.
messages.checkHistoryImportPeer#5dc60f03 peer:InputPeer = messages.CheckedHistoryImportPeer;
export namespace Raw {
export namespace messages {
export class CheckHistoryImportPeer {
constructor(params: { peer: Raw.TypeInputPeer }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x5dc60f03
Property
peer
: Raw.TypeInputPeerThe chat where we want to import history.