pub type RoomMediaPreviewConfigEvent = RoomAccountDataEvent<MediaPreviewConfigEventContent>;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.