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

Create a Raw<AnyMessageLikeEventContent> from arbitrary JSON.

Forwards all arguments to serde_json::json.