Module teloxide_core::adaptors
source · Expand description
Wrappers altering functionality of a bot.
Bot adaptors are very similar to the Iterator
adaptors: they are bots
wrapping other bots to alter existing or add new functionality.
Re-exports§
pub use cache_me::CacheMe;
cache_me
pub use erased::ErasedRequester;
erased
pub use throttle::Throttle;
throttle
pub use trace::Trace;
trace_adaptor
Modules§
- cache_
me cache_me
- erased
erased
ErasedRequester
bot adaptor which allows to erase type ofRequester
. - throttle
throttle
Throttle
bot adaptor which allows automatically throttle when hitting API limits. - trace
trace_adaptor
Trace
bot adaptor which traces requests.
Structs§
- Default parse mode adaptor, see
RequesterExt::parse_mode
.