always set chat_id on DC_EVENT_MSGS_NOTICED

This commit is contained in:
B. Petersen
2020-09-24 12:10:48 +02:00
parent f3c7d2f9c6
commit e9733e7525
4 changed files with 20 additions and 31 deletions

View File

@@ -187,7 +187,7 @@ pub enum EventType {
IncomingMsg { chat_id: ChatId, msg_id: MsgId },
/// Messages were seen or noticed.
/// If chat_id is 0, this affects multiple chats.
/// chat id is always set.
#[strum(props(id = "2008"))]
MsgsNoticed(ChatId),