pub type RedactedCallNotifyEvent = RedactedMessageLikeEvent<RedactedCallNotifyEventContent>;Expand description
An m.call.notify event that has been redacted.
Aliased Type§
pub struct RedactedCallNotifyEvent {
pub content: RedactedCallNotifyEventContent,
pub event_id: OwnedEventId,
pub sender: OwnedUserId,
pub origin_server_ts: MilliSecondsSinceUnixEpoch,
pub room_id: OwnedRoomId,
pub unsigned: RedactedUnsigned,
}Fields§
§content: RedactedCallNotifyEventContentData specific to the event type.
event_id: OwnedEventIdThe globally unique identifier for the event.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.
origin_server_ts: MilliSecondsSinceUnixEpochTimestamp on the originating homeserver when this event was sent.
room_id: OwnedRoomIdThe ID of the room associated with this event.
unsigned: RedactedUnsignedAdditional key-value pairs not signed by the homeserver.