pub type RoomUnstableMediaPreviewConfigEvent = RoomAccountDataEvent<UnstableMediaPreviewConfigEventContent>;
Available on crate feature
events
only.Expand description
A room io.element.msc4278.media_preview_config
event.
Aliased Type§
pub struct RoomUnstableMediaPreviewConfigEvent {
pub content: UnstableMediaPreviewConfigEventContent,
}
Fields§
§content: UnstableMediaPreviewConfigEventContent
Data specific to the event type.