mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 19:49:19 +01:00
7 lines
175 B
Markdown
7 lines
175 B
Markdown
# Usage
|
|
|
|
```
|
|
$ cargo run --example <example name> --features="<features required by the example>"
|
|
```
|
|
|
|
Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.
|