MemberUpdateDTO

data class MemberUpdateDTO(val qualifiedConversation: ConversationId, val qualifiedFrom: UserId, val time: String, val from: String, val roleChange: ConversationRoleChange) : EventContentDTO.Conversation

Constructors

Link copied to clipboard
constructor(qualifiedConversation: ConversationId, qualifiedFrom: UserId, time: String, from: String, roleChange: ConversationRoleChange)

Properties

Link copied to clipboard
val from: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: String