ChatUser

Represents Sendbird Compose Uikit's implementation of UikitUser which contains the User object from the Chat SDK.

Since

1.0.0-beta.1

See also

User

Properties

Link copied to clipboard
open override val nickname: String

The nickname of the user.

Link copied to clipboard
open override val profileUrl: String

The profile URL of the user.

Link copied to clipboard
val user: <Error class: unknown class>

The User instance.

Link copied to clipboard
open override val userId: String

The userId of the user.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int