LoadMoreError

data class LoadMoreError(val error: Error) : ChannelAttachmentsViewEvent

The error event that occurred while loading more attachments.

Parameters

error

The error that occurred during the loading more process.

Constructors

Link copied to clipboard
constructor(error: Error)

Properties

Link copied to clipboard
val error: Error