Expand description
§VK Bot API for Rust
A modern, asynchronous, fully-featured VK Bot API library for Rust.
§Features
- Full VK Bot API coverage
- Async/await support
- Strongly typed models
- Extensible handler system
- Multiple update delivery methods (Long Poll, Webhooks)
- Support for all attachment types
- Inline keyboards and callbacks
- Error handling and retries
Re-exports§
pub use api::VkApi;pub use bot::VkBot;pub use error::VkError;pub use error::VkResult;pub use handler::DefaultMessageHandler;pub use handler::MessageHandler;