Module telexide::api[][src]

The api module provides the API trait and APIClient, providing methods to perform requests to the telegram API

Modules

types

This modules provides all the objects describing the payloads to be send to the different telegram API endpoints

Structs

APIClient

A default implementation of the API trait.

Response

The response object that gets returned from the telegram API

Enums

APIEndpoint

This enum represents all the telegram API endpoints.

Traits

API

This trait provides methods for interacting with the telegram API.