ChannelMediaAttachmentsItem
open fun LazyGridItemScope.ChannelMediaAttachmentsItem(modifier: Modifier, index: Int, item: ChannelAttachmentsViewState.Content.Item, onClick: () -> Unit)
Factory method for creating the channel media attachments item.
Parameters
modifier
The modifier for styling the item.
index
The index of the item in the list.
item
The channel file attachment item to display.
onClick
Callback invoked when the item is clicked.