Types

Link copied to clipboard
Link copied to clipboard
open class DateBreakModel(val timestamp: Long) : ChatFeedEntry
Link copied to clipboard
open class PreChatReceiptModel(val timestamp: Long) : ChatFeedEntry
Link copied to clipboard
open class TypingIndicatorModel(conversationEntry: ConversationEntry, val entries: List<ConversationEntry>) : ConversationEntry, ChatFeedEntry

Properties

Link copied to clipboard
abstract val contentType: String
Link copied to clipboard
abstract val keyId: String
Link copied to clipboard
abstract val timestamp: Long