V2

data class V2(val conversationV2: ConversationV2) : Conversation

Constructors

Link copied to clipboard
constructor(conversationV2: ConversationV2)

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