api: add chat ID to SecureJoinInviterProgress

This commit is contained in:
link2xt
2025-09-23 14:25:55 +00:00
committed by l
parent 4c66518a68
commit a506e2d5a2
4 changed files with 31 additions and 5 deletions

View File

@@ -273,6 +273,9 @@ pub enum EventType {
/// ID of the contact that wants to join.
contact_id: ContactId,
/// ID of the chat in case of success.
chat_id: ChatId,
/// The type of the joined chat.
chat_type: Chattype,