DeleteMessage

data class DeleteMessage(val id: String) : Parcelable

Represents deletion of a message.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
@SerializedName(value = "id")
val id: String

Unique identifier for the message to be deleted.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)