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 auto_send::AutoSend;
Deprecated
pub use cache_me::CacheMe;
pub use erased::ErasedRequester;
pub use throttle::Throttle;
pub use trace::Trace;
Modules
erased
erased
ErasedRequester
bot adaptor which allows to erase type of
Requester
.Structs
Default parse mode adaptor, see
RequesterExt::parse_mode
.