InlinedResponsesWrapper

@Serializable
data class InlinedResponsesWrapper(val inlinedResponses: List<BatchInlineResponse>? = null)

Wrapper for the list of inline responses.

Constructors

Link copied to clipboard
constructor(inlinedResponses: List<BatchInlineResponse>? = null)

Properties

Link copied to clipboard

The list of inline responses.