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

commonMain.chat.bsky.convo.deleteMessageForSelf.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 DeleteMessageForSelfRequest(
  public val convoId: String,
  public val messageId: String,
)

public typealias DeleteMessageForSelfResponse = DeletedMessageView




© 2015 - 2024 Weber Informatics LLC | Privacy Policy