ChatFileMessage

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

Since

1.0.0-beta.1

See also

FileMessage

Properties

Link copied to clipboard
open override val baseMessage: <Error class: unknown class>

The FileMessage instance.

Link copied to clipboard
open override val createdAt: Long

The created timestamp of the baseMessage.

Link copied to clipboard
open override val isResendable: Boolean

The flag that indicates whether the baseMessage is resendable.

Link copied to clipboard
open override val message: String

The message of the baseMessage.

Link copied to clipboard
open override val messageId: Long

The message id of the baseMessage.

Link copied to clipboard
open override val params: <Error class: unknown class>?

The params used in sending the baseMessage. This is only available when the message is not sent. It will be null if the message is sent successfully.

Link copied to clipboard
open override val plainUrl: String

The plain url of the baseMessage.

Link copied to clipboard
open override val requestId: String

The request id of the baseMessage.

Link copied to clipboard
open override val sender: ChatSender?

The sender of the baseMessage.

Link copied to clipboard
open override val sendingStatus: <Error class: unknown class>

The sending status of the baseMessage.

Link copied to clipboard
open override val thumbnail: <Error class: unknown class>?

The thumbnail of the baseMessage.

Link copied to clipboard
open override val type: String

The type of the baseMessage.

Link copied to clipboard
open override val undeliveredMemberCount: Int

The undelivered member count of the message.

Link copied to clipboard
open override val unreadMemberCount: Int

The unread member count of the message.

Link copied to clipboard
open override val updatedAt: Long

The updated timestamp of the baseMessage.

Link copied to clipboard
open override val url: String

The url of the baseMessage.

Functions

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