# message format ## link ``` { type: 'news', title: '', // title of story/link link: '' // string containing a valid url or ssb key } ## text ```js { type: 'news', title: '', // title of story body: '' // markdown format content ```