Home > borogove > SerializedChat

SerializedChat class

Signature:

export class borogove_SerializedChat 

Constructors

Constructor Modifiers Description
(constructor)(chatId, trusted, isBookmarked, avatarSha1, presence, displayName, uiState, isBlocked, extensions, readUpToId, readUpToBy, notificationsFiltered, notifyMention, notifyReply, disco, omemoContactDeviceIDs, klass) Constructs a new instance of the borogove_SerializedChat class

Properties

Property Modifiers Type Description
avatarSha1 ArrayBuffer | null
chatId string
disco borogove_Caps | null
displayName string | null
extensions string
isBlocked boolean
isBookmarked boolean
klass string
notificationsFiltered boolean | null
notifyMention boolean
notifyReply boolean
omemoContactDeviceIDs number[]
presence Map<string,borogove_Presence>
readUpToBy string | null
readUpToId string | null
trusted boolean
uiState borogove_UiState

Methods

Method Modifiers Description
toChat(client, stream, persistence)