Skip to content

Commit

Permalink
improvement: add IncomingWebxdcNotify.chat_id
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Dec 17, 2024
1 parent 1e1e579 commit 1e8e8fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/events/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ pub enum EventType {

/// A webxdc wants an info message or a changed summary to be notified.
IncomingWebxdcNotify {
/// ID of the chat which the message belongs to.
chat_id: ChatId,

/// ID of the contact sending.
contact_id: ContactId,

Expand Down

0 comments on commit 1e8e8fb

Please sign in to comment.