macro_rules! timeline_event {
    ($( $tt:tt )*) => { ... };
}
Expand description

Create a Raw<AnyTimelineEvent> from arbitrary JSON.

Forwards all arguments to serde_json::json.