pub fn decode_surface_key(
file: &str,
key: &str,
raw: &Value,
) -> Result<SurfaceKey, InterchangeError>Expand description
A surface key from the IR’s own JSON ({platform, chat_type, chat_id, thread_id?, participant_id?}).
pub fn decode_surface_key(
file: &str,
key: &str,
raw: &Value,
) -> Result<SurfaceKey, InterchangeError>A surface key from the IR’s own JSON ({platform, chat_type, chat_id, thread_id?, participant_id?}).