ReactedUserInfo

Represents a user who reacted to a message.

Since

4.22.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The nickname of the user.

Link copied to clipboard

The plain profile image URL, which does not contain SendbirdChat.eKey as a parameter. If the file encryption feature is enabled, accessing this plainProfileImageUrl will be denied.

Link copied to clipboard

The profile URL. If the file encryption feature is enabled, this will have SendbirdChat.eKey combined with the plainProfileImageUrl so the file can be accessed. For caching the file, it is recommended to use plainProfileImageUrl as the key of the file cache.

Link copied to clipboard

The ID 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
Link copied to clipboard
open override fun toString(): String