Desiders / telers

An asynchronous framework for Telegram Bot API written in Rust
https://docs.rs/telers
36 stars 3 forks source link

Add support `ChatThread` for `Strategy` #11

Closed Desiders closed 5 months ago

Desiders commented 5 months ago

It can be useful for cases when FSM state should be different for all topics in chat

Source: https://github.com/Desiders/telers/blob/dev-1.x/telers/src/fsm/strategy.rs#L11