teleproto - v1.229.0
    Preparing search index...

    Interface AccountInitTakeoutSessionParams

    interface AccountInitTakeoutSessionParams {
        contacts?: boolean;
        fileMaxSize?: BigInteger;
        files?: boolean;
        messageChannels?: boolean;
        messageChats?: boolean;
        messageMegagroups?: boolean;
        messageUsers?: boolean;
    }
    Index
    contacts?: boolean

    Whether to export contacts

    fileMaxSize?: BigInteger

    Maximum size of files to export

    files?: boolean

    Whether to export files

    messageChannels?: boolean

    Whether to export messages in channels

    messageChats?: boolean

    Whether to export messages in basic groups

    messageMegagroups?: boolean

    Whether to export messages in supergroups

    messageUsers?: boolean

    Whether to export messages in private chats