Module teloxide_core::adaptors[][src]

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.

E.g. [AutoSend] allows awaiting requests directly, no need to use .send().

Structs

DefaultParseMode

Default parse mode adaptor, see RequesterExt::parse_mode.