pub type RoomMediaPreviewConfigEvent = RoomAccountDataEvent<MediaPreviewConfigEventContent>;Available on crate feature 
events only.Expand description
A room m.media_preview_config event.
Aliased Type§
pub struct RoomMediaPreviewConfigEvent {
    pub content: MediaPreviewConfigEventContent,
}Fields§
§content: MediaPreviewConfigEventContentData specific to the event type.