ReadReceiptMetadata

@Serializable
data class ReadReceiptMetadata(val ts: Long)

Constructors

Link copied to clipboard
constructor(ts: Long)

Properties

Link copied to clipboard
@SerialName(value = "ts")
val ts: Long