Rate this page:

ConversationParticipant

Interface that represents a participant of the conversation (see Conversation.participants. The default permissions for all participants are: write / edit / remove their own messages.

Props

canEdit

Copy URL
public  canEdit

Optional. Whether a user can edit own messages in the conversation. The permission is given by default. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

canEditAll

Copy URL
public  canEditAll

Optional. Whether a user can edit other users' messages in the conversation. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

canManageParticipants

Copy URL
public  canManageParticipants

Optional. Whether a user can manage conversation participants: edit permissions and add/remove participants. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

canRemove

Copy URL
public  canRemove

Optional. Whether a user can remove own messages in the conversation. The permission is given by default. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

canRemoveAll

Copy URL
public  canRemoveAll

Optional. Whether a user can remove other users' messages in the conversation. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

canWrite

Copy URL
public  canWrite

Optional. Whether a user can write messages in the conversation. The permission is given by default. Could be changed only by the user that has the ConversationParticipant.canManageParticipants or the ConversationParticipant.isOwner permission.

isOwner

Copy URL
public  isOwner

Optional. Whether a user is an owner of the conversation. There can be more than one owner in the conversation. An owner can edit the conversation and has all other permissions.

lastRead

Copy URL
public  lastRead

Optional. The sequence of the message event that is marked as last read by this user in the conversation. Participants mark events as read via Conversation.markAsRead. Is '0' if the participant has not marked any event as read.

userId

Copy URL
public  userId

Messaging user id.