MessageActionResponse

data class MessageActionResponse(val chatmessageId: String?)

Constructors

Link copied to clipboard
constructor(chatmessageId: String?)

Properties

Link copied to clipboard
@SerializedName(value = "chatmessage_id")
val chatmessageId: String?