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::AudioMessageInfo;pub use api::DocInfo;pub use api::DownloadedFile;pub use api::LongPollServer;pub use api::PhotoSizeInfo;pub use api::SavedDocument;pub use api::SavedPhoto;pub use api::UploadResponse;pub use api::UploadServer;pub use api::VkApi;pub use api::VkApiBuilder;pub use api::VkApiConfig;pub use bot::VkBot;pub use bot::VkBotBuilder;pub use bot::VkBotConfig;pub use error::VkError;pub use error::VkResult;pub use handler::DefaultMessageHandler;pub use handler::MessageHandler;