@SerializedName("to") private val to: String, @SerializedName("from") private val from: String ) data class Response( @SerializedName("posted_at") val postedAt: Long, @SerializedName("to") val to: String?, @SerializedName("message") val message: String? )