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