pub type SyncRoomPresenceSharingEvent = SyncStateEvent<RoomPresenceSharingEventContent>;Expand description
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event from a sync_events response.
Aliased Type§
pub enum SyncRoomPresenceSharingEvent {
Original(OriginalSyncStateEvent<RoomPresenceSharingEventContent>),
Redacted(RedactedSyncStateEvent<RedactedRoomPresenceSharingEventContent>),
}Variants§
Original(OriginalSyncStateEvent<RoomPresenceSharingEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncStateEvent<RedactedRoomPresenceSharingEventContent>)
Redacted form of the event with minimal fields.