Files: b24a8c824494555ff39be898c3fde5541e7e8a92 / tmpl / apis / modules / ssb-msg-schemas.md
847 bytesRaw
ssb-msg-schemas
Functions to create common SSB messages.
var schemas = require('ssb-msg-schemas')
schemas.post(
text,
root /*optional*/,
branch /*optional*/,
mentions /*optional*/,
recps /*optional*/,
channel /*optional*/
)
schemas.name(id, name)
schemas.image(id, imgLink)
schemas.follow(userId)
schemas.unfollow(userId)
schemas.block(userId)
schemas.unblock(userId)
schemas.vote(id, vote, reason /*optional*/)
schemas.pub(id, host, port)
Related docs:
Built with git-ssb-web