Site
data class Site(val channelId: String, val siteName: String, val previewText: String, val previewTimestamp: String?, val headerTitle: String, val subheaderTitle: String, val hasUnseenMessages: Boolean, val deletedTimestamp: String?, val siteId: String, val storeCode: String) : ChatChannel
Represents a Site channel for direct communication with a site.
Constructors
Types
Properties
Link copied to clipboard
Timestamp when the channel was deleted. Null if the channel is active.
Link copied to clipboard
Indicates whether there are unread messages in the channel.
Link copied to clipboard
Main title displayed for the channel.
Link copied to clipboard
A short preview of the last message in the channel.
Link copied to clipboard
Timestamp of the last message. Null if the channel has no messages.
Link copied to clipboard
Secondary title or additional information about the channel.