Type Alias ruma_events::voice::SyncVoiceEvent

source ·
pub type SyncVoiceEvent = SyncMessageLikeEvent<VoiceEventContent>;
Expand description

An org.matrix.msc3245.voice.v2 event from a sync_events response.

Aliased Type§

enum SyncVoiceEvent {
    Original(OriginalSyncMessageLikeEvent<VoiceEventContent>),
    Redacted(RedactedSyncMessageLikeEvent<RedactedVoiceEventContent>),
}

Variants§

§

Original(OriginalSyncMessageLikeEvent<VoiceEventContent>)

Original, unredacted form of the event.

§

Redacted(RedactedSyncMessageLikeEvent<RedactedVoiceEventContent>)

Redacted form of the event with minimal fields.