ChatParticipantEntity

data class ChatParticipantEntity(var id: String = "", var join_timestamp: Any = ServerValue.TIMESTAMP, var permission: Int = 0, var push_active: Boolean = false, var unread: Int = 0)

Constructors

Link copied to clipboard
constructor(id: String = "", join_timestamp: Any = ServerValue.TIMESTAMP, permission: Int = 0, push_active: Boolean = false, unread: Int = 0)

Properties

Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var unread: Int