mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-21 00:45:18 +00:00
Can remove a member from a conversation
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
use crate::data::user::UserID;
|
||||
|
||||
/// Information about a single conversation message
|
||||
#[derive(Debug)]
|
||||
pub struct ConversationMessage {
|
||||
pub id: u64,
|
||||
pub time_sent: u64,
|
||||
|
Reference in New Issue
Block a user