- create(
user: Identity,
crypto: Implementation,
opts: {
content: Content;
limpaalink?: null | string;
prev: undefined | null | SignedPost;
seq: number;
},
): Promise<SignedPost> Parameters
- user: Identity
- crypto: Implementation
- opts: {
content: Content;
limpaalink?: null | string;
prev: undefined | null | SignedPost;
seq: number;
}
Create a new message by the given identity. This does not calculate the lipmaa link; it must be passed in.