Raw.messages.CheckedHistoryImportPeer
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info.
messages.checkedHistoryImportPeer#a24de717 confirm_text:string = messages.CheckedHistoryImportPeer;
export namespace Raw {
export namespace messages {
export class CheckedHistoryImportPeer {
constructor(params: { confirmText: string }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa24de717
Property
confirmText
: stringA confirmation text to be shown to the user, upon importing chat history.