Device Request Info
data class DeviceRequestInfo(val timestamp: Long, val senderUserID: String, val senderUserName: String, val senderNameCard: String, val senderAvatarURL: String, val content: String, val device: DeviceType)
Device request info
Overview
Represents device request or invitation information.