UNPKG

diffusion

Version:

Diffusion JavaScript client

8 lines (6 loc) 178 B
function SessionSendRequest(path, message, recipient) { this.path = path; this.message = message; this.recipient = recipient; } module.exports = SessionSendRequest;