Module teloxide_core::net

source ·
Expand description

Network-specific API.

Constants

The default Telegram API URL.

Traits

A trait for downloading files from Telegram.

Functions

Constructs a network client from the TELOXIDE_PROXY environmental variable.
Returns a reqwest client builder with default settings.
Download a file from Telegram into dst.
Download a file from Telegram as [Stream].