Module teloxide_core::requests
source · Expand description
Telegram API requests.
Structs
A ready-to-send Telegram request whose payload is sent using JSON.
A ready-to-send Telegram request whose payload is sent using
multipart/form-data.
Traits
Represents types having payload inside.
Payloads that need to be sent as
multipart/form-data
because they contain
files inside.Payload of a request.
A ready-to-send Telegram request.
Telegram Bot API client.
Extensions methods for
Requester
.Type Definitions
An output type of
Payload
in HasPayload
.A type that is returned after making a request to Telegram.