Home > borogove > ChatMessageBuilder > (constructor)

ChatMessageBuilder.(constructor)

Constructs a new instance of the borogove_ChatMessageBuilder class

Signature:

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

Parameters

Parameter Type Description
params {attachments?: borogove_ChatAttachment[] | null, direction?: borogove_MessageDirection | null, encryption?: borogove_EncryptionInfo | null, html?: string | null, lang?: string | null, localId?: string | null, payloads?: borogove_Stanza[] | null, reactions?: Map<string,borogove_Reaction[]> | null, replyId?: string | null, replyToMessage?: borogove_ChatMessage | null, senderId?: string | null, serverId?: string | null, serverIdBy?: string | null, status?: borogove_MessageStatus | null, syncPoint?: boolean | null, text?: string | null, threadId?: string | null, timestamp?: string | null, type?: borogove_MessageType | null, versions?: borogove_ChatMessage[] | null} | null (Optional)