pub type PresenceSharingEvent = GlobalAccountDataEvent<PresenceSharingEventContent>;Available on crate features
events and unstable-msc4495 only.Expand description
An org.continuwuity.presence_v2.msc4495.presence.sharing event.
Aliased Type§
pub struct PresenceSharingEvent {
pub content: PresenceSharingEventContent,
}Fields§
§content: PresenceSharingEventContentData specific to the event type.