ChatFileMessage

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

Since

1.0.0

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 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 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 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