ChannelFilesAttachmentsItemDividerParams

data class ChannelFilesAttachmentsItemDividerParams(val index: Int, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.ChannelFilesAttachmentsItemDivider.

Parameters

index

The index of the item.

modifier

Modifier for styling.

Constructors

Link copied to clipboard
constructor(index: Int, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard