V1

data class V1(val conversationV1: ConversationV1) : Conversation

Constructors

Link copied to clipboard
constructor(conversationV1: ConversationV1)

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? = null): PreparedMessage
Link copied to clipboard
fun <T> send(content: T, options: SendOptions? = null)
fun send(text: String, sendOptions: SendOptions? = null, sentAt: Date? = null)
Link copied to clipboard

Properties

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