ChatReactedUserInfo

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

Since

1.2.0

See also

ReactedUserInfo

Properties

Link copied to clipboard
open override val nickname: String

The nickname of the reactedUserInfo.

Link copied to clipboard
open override val plainProfileImageUrl: String

The plain profile image url of the reactedUserInfo.

Link copied to clipboard
open override val profileUrl: String

The profile image url of the reactedUserInfo.

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

The ReactedUserInfo instance.

Link copied to clipboard
open override val userId: String

The user id of the reactedUserInfo.

Functions

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