Interface IConversation

Properties of a Conversation.

Hierarchy

  • IConversation

Implemented by

Properties

archived?: null | boolean

Conversation archived

commentsCount?: null | number

Conversation commentsCount

contactPrimaryIdentityKey?: null | Uint8Array

Conversation contactPrimaryIdentityKey

conversationTimestamp?: null | number | Long

Conversation conversationTimestamp

createdAt?: null | number | Long

Conversation createdAt

createdBy?: null | string

Conversation createdBy

description?: null | string

Conversation description

disappearingMode?: null | IDisappearingMode

Conversation disappearingMode

displayName?: null | string

Conversation displayName

endOfHistoryTransfer?: null | boolean

Conversation endOfHistoryTransfer

endOfHistoryTransferType?: null | EndOfHistoryTransferType

Conversation endOfHistoryTransferType

ephemeralExpiration?: null | number

Conversation ephemeralExpiration

ephemeralSettingTimestamp?: null | number | Long

Conversation ephemeralSettingTimestamp

id: string

Conversation id

isDefaultSubgroup?: null | boolean

Conversation isDefaultSubgroup

isParentGroup?: null | boolean

Conversation isParentGroup

lastMsgTimestamp?: null | number | Long

Conversation lastMsgTimestamp

lidJid?: null | string

Conversation lidJid

lidOriginType?: null | string

Conversation lidOriginType

markedAsUnread?: null | boolean

Conversation markedAsUnread

mediaVisibility?: null | MediaVisibility

Conversation mediaVisibility

messages?: null | IHistorySyncMsg[]

Conversation messages

muteEndTime?: null | number | Long

Conversation muteEndTime

name?: null | string

Conversation name

newJid?: null | string

Conversation newJid

notSpam?: null | boolean

Conversation notSpam

oldJid?: null | string

Conversation oldJid

pHash?: null | string

Conversation pHash

parentGroupId?: null | string

Conversation parentGroupId

participant?: null | IGroupParticipant[]

Conversation participant

pinned?: null | number

Conversation pinned

pnJid?: null | string

Conversation pnJid

pnhDuplicateLidThread?: null | boolean

Conversation pnhDuplicateLidThread

readOnly?: null | boolean

Conversation readOnly

shareOwnPn?: null | boolean

Conversation shareOwnPn

support?: null | boolean

Conversation support

suspended?: null | boolean

Conversation suspended

tcToken?: null | Uint8Array

Conversation tcToken

tcTokenSenderTimestamp?: null | number | Long

Conversation tcTokenSenderTimestamp

tcTokenTimestamp?: null | number | Long

Conversation tcTokenTimestamp

terminated?: null | boolean

Conversation terminated

unreadCount?: null | number

Conversation unreadCount

unreadMentionCount?: null | number

Conversation unreadMentionCount

username?: null | string

Conversation username

wallpaper?: null | IWallpaperSettings

Conversation wallpaper

Generated using TypeDoc