ConversationV1

data class ConversationV1(val client: Client, val peerAddress: String, val sentAt: Date)

Constructors

Link copied to clipboard
constructor(client: Client, peerAddress: String, sentAt: Date)

Functions

Link copied to clipboard
Link copied to clipboard
fun messages(limit: Int? = null, before: Date? = null, after: Date? = null): List<DecodedMessage>
Link copied to clipboard
fun <T> prepareMessage(content: T, options: SendOptions?): PreparedMessage
Link copied to clipboard
fun <T> send(content: T, options: SendOptions? = null): String
fun send(text: String, options: SendOptions? = null): String
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard