Skip to main content

Crate frakti

Crate frakti 

Source
Expand description

frankenstein

§Frakti - Frankenstein without Send

Frakti is a Telegram bot API client for Rust, with a focus on single-threaded async runtime support. Forked from frankenstein, it is different in the following ways:

Featurefrankensteinfrakti
Send & SyncRequiredNot required
sync codeSupportedRemoved
async-traitUsedNot used
Multi-threaded runtimeSupportedNot supported
Single-threaded runtimeNeed workaroundsSupported

To summarize, frakti is your choice if you want a frankenstein alternative on a non-WASM platform and a single-threaded async runtime (like compio).

Re-exports§

pub use cyper;client-cyper

Modules§

client_cyperclient-cyper
games
API Objects to be used with HTML5 games.
gifts
inline_mode
API Objects to be used with Inline Mode.
input_file
Structs for handling and uploading files
input_media
API Objects related to InputMedia
methods
Parameters of Bot API methods.
passport
API Objects to be used with Telegram Passport.
payments
API Objects to be used with Payments.
response
Raw response objects returned by the Telegram API.
stickers
API Objects to be used with Stickers.
types
Available Types of the Bot API.
updates
API Objects used to get updates.

Enums§

Error
ParseMode
Text Formatting Options

Constants§

BASE_API_URL
Default Bot API URL

Traits§

AsyncTelegramApitrait-async