Documentation
¶
Overview ¶
Binary upload-url uploads a file fetched from an HTTP URL to Saved Messages, using the uploader/source helper as the remote source.
uploader.FromSource streams the remote file straight into Telegram without buffering it on disk. The source.Source interface lets you customize how the bytes are fetched; here we use source.HTTPSource with a custom timeout.
Click to show internal directories.
Click to hide internal directories.