init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ServerTreeInvalidatedEvent {
|
||||
pub server_id: Uuid,
|
||||
/// `None` means every current member of the server.
|
||||
pub user_ids: Option<Vec<Uuid>>,
|
||||
}
|
||||
Reference in New Issue
Block a user