Home > borogove > ChatMessage > (constructor)

ChatMessage.(constructor)

Constructs a new instance of the borogove_ChatMessage class

Signature:

protected constructor(params: {attachments?: borogove_ChatAttachment[] | null, direction?: borogove_MessageDirection | null, encryption?: borogove_EncryptionInfo | null, from: borogove_JID, lang?: string | null, linkMetadata?: borogove_LinkMetadata[] | null, localId?: string | null, payloads?: borogove_Stanza[] | null, reactions?: Map<string markdown="1",borogove_Reaction[]> | null, recipients?: borogove_JID[] | null, replyId?: string | null, replyTo?: borogove_JID[] | null, replyToMessage?: borogove_ChatMessage | null, senderId: string, serverId?: string | null, serverIdBy?: string | null, stanza?: borogove_Stanza | null, status?: borogove_MessageStatus | null, statusText?: string | null, syncPoint?: boolean | null, text?: string | null, threadId?: string | null, timestamp: string, to: borogove_JID, type?: borogove_MessageType | null, versions?: borogove_ChatMessage[] | null});

Parameters

Parameter Type Description
params {attachments?: borogove_ChatAttachment[] | null, direction?: borogove_MessageDirection | null, encryption?: borogove_EncryptionInfo | null, from: borogove_JID, lang?: string | null, linkMetadata?: borogove_LinkMetadata[] | null, localId?: string | null, payloads?: borogove_Stanza[] | null, reactions?: Map<string,borogove_Reaction[]> | null, recipients?: borogove_JID[] | null, replyId?: string | null, replyTo?: borogove_JID[] | null, replyToMessage?: borogove_ChatMessage | null, senderId: string, serverId?: string | null, serverIdBy?: string | null, stanza?: borogove_Stanza | null, status?: borogove_MessageStatus | null, statusText?: string | null, syncPoint?: boolean | null, text?: string | null, threadId?: string | null, timestamp: string, to: borogove_JID, type?: borogove_MessageType | null, versions?: borogove_ChatMessage[] | null}