We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c092e9c commit 17a7ef0Copy full SHA for 17a7ef0
deltachat-jsonrpc/src/api/types/events.rs
@@ -216,7 +216,7 @@ pub enum EventType {
216
#[serde(rename_all = "camelCase")]
217
MsgDeleted {
218
/// ID of the chat where the message was prior to deletion.
219
- /// Never 0 or trash chat.
+ /// Never 0.
220
chat_id: u32,
221
222
/// ID of the deleted message. Never 0.
0 commit comments