api: add chat_id to all call events (#7216)

This commit is contained in:
WofWca
2025-10-01 14:42:33 +04:00
committed by GitHub
parent d8950fb7d1
commit 1b1757ebf2
4 changed files with 32 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ async fn accept_call() -> Result<CallSetup> {
ev,
EventType::OutgoingCallAccepted {
msg_id: alice_call.id,
chat_id: alice_call.chat_id,
accept_call_info: ACCEPT_INFO.to_string()
}
);