1
0
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:
2020-06-23 07:44:42 +02:00
parent 08811926be
commit 0899d7c372
3 changed files with 56 additions and 3 deletions

View File

@ -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,