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
public canEditOptional. 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
public canEditAllOptional. 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
public canManageParticipantsOptional. 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
public canRemoveOptional. 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
public canRemoveAllOptional. 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
public canWriteOptional. 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
public isOwnerOptional. 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
public lastReadOptional. 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
public userIdMessaging user id.