This bot demonstrates how to send typing indicators using the Vector SDK. It responds to any private direct message by sending a typing indicator and then a "Hello World" message.
- Sends typing indicators
- Responds to private direct messages with "Hello World"
- Rust toolchain (stable version)
- Cargo package manager
- vector_sdk
- tokio
To start the bot, navigate to the project directory and run:
cd SendTypingMessage
cargo runFor release builds:
cargo build --release
cargo run --releasesrc/main.rs: Main entry point of the applicationCargo.toml: Project dependencies and configuration
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.