teloxide/crates/teloxide/examples
2024-09-23 02:46:09 +03:00
..
admin.rs Fix issue #945 (PR 946 originally) 2024-08-15 17:06:00 +04:00
buttons.rs Added sugar to buttons.rs example 2024-09-23 02:46:09 +03:00
chat_member_updates.rs Fix assorted warnings 2024-03-21 14:49:07 +01:00
command.rs Add alias, aliases and hide_aliases to examples 2024-01-05 10:35:12 +03:00
db_remember.rs Use doc attr for help message instead of #[command(description = "...")] 2023-09-20 10:28:43 +03:00
deep_linking.rs Small fixes 2024-08-16 22:02:04 +03:00
dialogue.rs Move teloxide to crates/ folder 2022-11-01 15:13:11 +04:00
dispatching_features.rs Cargo fmt 2024-09-03 14:21:57 +03:00
heroku_ping_pong.rs Flatten teloxide module structure 2022-12-12 18:30:27 +04:00
inline.rs Rename "thumb" to "thumbnail" in types 2024-04-04 20:19:25 +03:00
ngrok_ping_pong.rs Flatten teloxide module structure 2022-12-12 18:30:27 +04:00
Procfile Move teloxide to crates/ folder 2022-11-01 15:13:11 +04:00
purchase.rs Use doc attr for help message instead of #[command(description = "...")] 2023-09-20 10:28:43 +03:00
README.md Move teloxide to crates/ folder 2022-11-01 15:13:11 +04:00
shared_state.rs Move teloxide to crates/ folder 2022-11-01 15:13:11 +04:00
throw_dice.rs Move teloxide to crates/ folder 2022-11-01 15:13:11 +04:00

Usage

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

Don't forget to initialise the TELOXIDE_TOKEN environmental variable.