teleproto - v1.229.0
    Preparing search index...

    Interface MessagesInitHistoryImportParams

    interface MessagesInitHistoryImportParams {
        file: TypeInputFileIn;
        mediaCount: number;
        peer: EntityLike;
    }
    Index

    File with messages to import.

    mediaCount: number

    Number of media files associated with the chat that will be uploaded using messages.uploadImportedMedia .

    peer: EntityLike

    The Telegram chat where the history should be imported .