teloxide/examples
2022-02-03 03:36:53 +06:00
..
admin.rs Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
buttons.rs Decouple Dispatcher from DispatcherBuilder 2022-02-02 04:51:36 +06:00
dialogue.rs Rewrite examples/dialogue.rs to take advantage of multiple fields 2022-02-03 03:12:09 +06:00
dices.rs Fix type aliases in the examples 2022-02-02 06:28:32 +06:00
dispatching2_features.rs Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
heroku_ping_pong.rs Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
inline.rs Decouple Dispatcher from DispatcherBuilder 2022-02-02 04:51:36 +06:00
ngrok_ping_pong.rs Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
README.md Update examples/README.md 2022-02-02 03:56:43 +06:00
redis_remember.rs Rewrite examples/redis_remember.rs & examples/sqlite_remember.rs 2022-02-03 03:36:53 +06:00
shared_state.rs Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
simple_commands.rs Make all examples just *.rs files 2022-02-02 03:54:00 +06:00
sqlite_remember.rs Rewrite examples/redis_remember.rs & examples/sqlite_remember.rs 2022-02-03 03:36:53 +06:00

Usage

$ cargo run --example <example name> --features="<features required by the example>"

Don't forget to initialise the TELOXIDE_TOKEN environmental variable.