docs: improve docstrings (#6496)

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
WofWca
2025-02-15 03:11:11 +04:00
committed by GitHub
parent 4fb24d05dc
commit 5c3d1e7dae
2 changed files with 153 additions and 43 deletions

View File

@@ -95,7 +95,10 @@ pub enum EventType {
contact_id: ContactId,
},
/// Reactions for the message changed.
/// A reaction to one's own sent message received.
/// Typically, the UI will show a notification for that.
///
/// In addition to this event, ReactionsChanged is emitted.
IncomingReaction {
/// ID of the chat which the message belongs to.
chat_id: ChatId,