MembershipMessageSeen

The event when a membership has sent a read receipt

Functions

Link copied to clipboard
open override fun getActorId(): String?

Returns the identifier of the user that caused the event to be sent. For example, for a messsage received event, the author of the message will be the actor. For a membership deleted event, the actor is the person who removed the user from space.

Link copied to clipboard
fun getLastSeenMessageId(): String?

Returns the id of last message read by the membership.

Link copied to clipboard
fun getMembership(): Membership?

Returns the created membership.