teloxide/examples
Hirrolot b0feab6e9a Use RequestError in REPLs
Former-commit-id: cde6827cee
2022-10-02 21:44:04 +06:00
..
admin.rs Use RequestError in REPLs 2022-10-02 21:44:04 +06:00
buttons.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
command.rs Use RequestError in REPLs 2022-10-02 21:44:04 +06:00
db_remember.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
dialogue.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
dispatching_features.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
heroku_ping_pong.rs Use RequestError in REPLs 2022-10-02 21:44:04 +06:00
inline.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
ngrok_ping_pong.rs Use RequestError in REPLs 2022-10-02 21:44:04 +06:00
Procfile Fix the docs of the Heroku example 2022-02-05 00:31:13 +06:00
purchase.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
README.md Update examples/README.md 2022-03-21 23:04:18 +06:00
shared_state.rs Stop using AutoSend in the examples and docs 2022-09-29 09:37:20 +06:00
throw_dice.rs Use RequestError in REPLs 2022-10-02 21:44:04 +06:00

Usage

$ RUST_LOG=info cargo run --features="full" --example <example-name>

Don't forget to initialise the TELOXIDE_TOKEN environmental variable.