Skip to main content

ChatChannelListItemView.Content

The content of this view.

public struct Content 

Initializers

init(channel:currentUserId:)

public init(channel: ChatChannel, currentUserId: UserId?) 

Properties

channel

Channel for the current Item.

public let channel: ChatChannel

currentUserId

Current user ID needed to filter out when showing typing indicator.

public let currentUserId: UserId?

Did you find this page helpful?