Skip to main content

Module presence_sharing

Module presence_sharing 

Source
Expand description

Types for the m.room.presence_sharing state event.

This event uses the unstable prefix defined in MSC4495.

Structs§

PossiblyRedactedRoomPresenceSharingEventContent
The possibly redacted form of RoomPresenceSharingEventContent.
RedactedRoomPresenceSharingEventContent
Redacted form of RoomPresenceSharingEventContent
RoomPresenceSharingEventContent
The content of an m.room.presence_sharing event.

Enums§

PresenceSharingHint
A room’s presence sharing hint.

Type Aliases§

InitialRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event for creating a room.
OriginalRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event.
OriginalSyncRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event from a sync_events response.
RedactedRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event that has been redacted.
RedactedSyncRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event from a sync_events response that has been redacted.
RoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event.
StrippedRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event from an invited room preview.
SyncRoomPresenceSharingEvent
An org.continuwuity.presence_v2.msc4495.room.presence_sharing event from a sync_events response.