Hierarchy

  • Returns

Properties

candeletemessagesforallusers?: null | boolean

If the user can delete messages in the conversation for all users

id: null | number

The conversation id

imageurl?: null | string

A link to the conversation picture, if set

isfavourite: null | boolean

If the user marked this conversation as a favourite

ismuted: null | boolean

If the user muted this conversation

isread: null | boolean

If the user has read all messages in the conversation

membercount: null | number

Total number of conversation members

name?: null | string

The conversation name, if set

subname?: null | string

A subtitle for the conversation name, if set

type: null | number

The type of the conversation (1=individual,2=group,3=self)

unreadcount?: null | number

The number of unread messages in this conversation

Generated using TypeDoc