pub type VoiceEvent = MessageLikeEvent<VoiceEventContent>;Expand description
An org.matrix.msc3245.voice.v2 event.
Aliased Type§
pub enum VoiceEvent {
Original(OriginalMessageLikeEvent<VoiceEventContent>),
Redacted(RedactedMessageLikeEvent<RedactedVoiceEventContent>),
}Variants§
Original(OriginalMessageLikeEvent<VoiceEventContent>)
Original, unredacted form of the event.
Redacted(RedactedMessageLikeEvent<RedactedVoiceEventContent>)
Redacted form of the event with minimal fields.