From 58c25ff4d3ed60e95056a6233037cf761722ee2f Mon Sep 17 00:00:00 2001 From: Benny Date: Fri, 29 Jan 2021 10:14:24 +0800 Subject: [PATCH] add download and upload limits --- MTProto-vs-HTTP-Bot-API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MTProto-vs-HTTP-Bot-API.md b/MTProto-vs-HTTP-Bot-API.md index e538300..011a951 100644 --- a/MTProto-vs-HTTP-Bot-API.md +++ b/MTProto-vs-HTTP-Bot-API.md @@ -147,6 +147,13 @@ some cases: > show them or show the "This message is not supported...." message. > Which means groups can be spammed. +Large File Download and Upload +-------------- + +**Status**: Manual testing. + +Using BotAPI, it has a maximum limit of 20MiB for downloading and 50MiB for uploading. Telethon has no such of limitations, you can upload and download files up to 2GiB. + Anecdotal Advantages ====================