mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 08:25:16 +00:00
Update
This commit is contained in:
@ -13,7 +13,6 @@ pub mod new_conversation;
|
||||
pub mod conversation;
|
||||
pub mod conversation_message;
|
||||
pub mod new_conversation_message;
|
||||
pub mod unread_conversation;
|
||||
pub mod group_id;
|
||||
pub mod group;
|
||||
pub mod new_group;
|
||||
|
@ -1,14 +0,0 @@
|
||||
//! # Unread conversation
|
||||
//!
|
||||
//! @author Pierre Hubert
|
||||
|
||||
use crate::data::user::UserID;
|
||||
|
||||
/// Unread conversation information
|
||||
pub struct UnreadConversation {
|
||||
pub id: u64,
|
||||
pub name: Option<String>,
|
||||
pub last_active: u64,
|
||||
pub user_id: UserID,
|
||||
pub message: String,
|
||||
}
|
Reference in New Issue
Block a user