ruma::events

Module voice

Source
Available on crate features events and unstable-msc3245 only.
Expand description

Types for voice message events (MSC3245).

Structs§

RedactedVoiceEventContent
Redacted form of VoiceEventContent
VoiceAudioDetailsContentBlock
A block for details of voice audio content.
VoiceEventContent
The payload for an extensible voice message.
VoiceEventContentWithoutRelation
Form of VoiceEventContent without relation.

Type Aliases§

OriginalSyncVoiceEvent
An org.matrix.msc3245.voice.v2 event from a sync_events response.
OriginalVoiceEvent
An org.matrix.msc3245.voice.v2 event.
RedactedSyncVoiceEvent
An org.matrix.msc3245.voice.v2 event from a sync_events response that has been redacted.
RedactedVoiceEvent
An org.matrix.msc3245.voice.v2 event that has been redacted.
SyncVoiceEvent
An org.matrix.msc3245.voice.v2 event from a sync_events response.
VoiceEvent
An org.matrix.msc3245.voice.v2 event.