ConversationChannelInfo

data class ConversationChannelInfo(val url: String, val lastMessageTs: Long)

The channels' information.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(url: String, lastMessageTs: Long)

Properties

Link copied to clipboard

The timestamp of the last message in milliseconds.

Link copied to clipboard
val url: String

The URL of the channel.