ConversationTextReply

data class ConversationTextReply(val id: Uid<Conversation>, val content: String) : ConversationReply

Represents a textual reply content to a conversation identified by an id.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open override val content: String
Link copied to clipboard
open override val id: Uid<Conversation>

Functions

Link copied to clipboard
open override fun toString(): String

content is masked when the ConversationReply is printed.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)