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: MediaPreviewConfigEventContent
Data specific to the event type.