Data needed to post a new message

interface PostMessageCommand {
    authorWebId: string;
    chatUri: string;
    text: string;
}

Properties

authorWebId: string

WebID of the message author

chatUri: string

URI of the chat to post to

text: string

Text of the message to post