Files: 1e2edf103e55e31d814bbf72b7232bdfe92b346e / docs / message-format.md
264 bytesRaw
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
Built with git-ssb-web