Skip to main content

RoomPresenceSharingEvent

Type Alias RoomPresenceSharingEvent 

Source
pub type RoomPresenceSharingEvent = StateEvent<RoomPresenceSharingEventContent>;
Expand description

An org.continuwuity.presence_v2.msc4495.room.presence_sharing event.

Aliased Type§

pub enum RoomPresenceSharingEvent {
    Original(OriginalStateEvent<RoomPresenceSharingEventContent>),
    Redacted(RedactedStateEvent<RedactedRoomPresenceSharingEventContent>),
}

Variants§

§

Original(OriginalStateEvent<RoomPresenceSharingEventContent>)

Original, unredacted form of the event.

§

Redacted(RedactedStateEvent<RedactedRoomPresenceSharingEventContent>)

Redacted form of the event with minimal fields.