SendReactionResponse
data class SendReactionResponse(@Json(name = "duration") val duration: String, @Json(name = "reaction") val reaction: ReactionResponse)
Parameters
duration
Duration of the request in human-readable format
reaction
Constructors
Link copied to clipboard
constructor(@Json(name = "duration") duration: String, @Json(name = "reaction") reaction: ReactionResponse)