'Telegram bot sendVideo max size
Im trying to send a video from a bot with a url. i can send a 5mb .mp4 file but 8mb .mp4 doesn't work.
from the telegram bot api it says that bots can send videos up to 50mb.
has anyone encountred this?
Solution 1:[1]
Unfortunately, You can't send video with url if it is bigger than 5mb. Try to send video with Stream.
If you want to send video is bigger than 50mb, you can use custom mtproto server or Telegram Local Server.
Check it: https://core.telegram.org/bots/api#using-a-local-bot-api-server
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Muhammad Yunus |
