LiveUserInfo

data class LiveUserInfo(var userID: String = "", var userName: String = "", var avatarURL: String = "")

Live user information

Overview

Contains basic user information including unique user ID, name, and avatar URL.

Constructors

Link copied to clipboard
constructor(userID: String = "", userName: String = "", avatarURL: String = "")

Properties

Link copied to clipboard

User avatar URL.

Link copied to clipboard

User unique identifier ID.

Link copied to clipboard

User name.