All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.chat.bsky.convo.sendMessage.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("DEPRECATION")

package chat.bsky.convo

import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable

@Serializable
public data class SendMessageRequest(
  public val convoId: String,
  public val message: MessageInput,
)

public typealias SendMessageResponse = MessageView




© 2015 - 2024 Weber Informatics LLC | Privacy Policy