//! Management event functionality for QQ Bot
//!
//! This module provides structures and implementations for handling management events,
//! including group and C2C (client-to-client) management operations.
pub use ;
pub use ;
pub use ManageEventType;
pub use GroupManageEvent;
pub use ;