feat: add IncomingCallAccepted.from_this_device

This commit is contained in:
WofWca
2026-03-10 22:27:46 +04:00
parent 01b2aa0f66
commit bf02785a36
6 changed files with 34 additions and 4 deletions

View File

@@ -397,6 +397,8 @@ pub enum EventType {
msg_id: MsgId,
/// ID of the chat which the message belongs to.
chat_id: ChatId,
/// The call was accepted from this device (process).
from_this_device: bool,
},
/// Outgoing call accepted.