Body

data class Body(var recipientKey: String? = null, var limit: Int)(source)

A class representing the body of a message.

Constructors

Link copied to clipboard
constructor(recipientKey: String? = null, limit: Int)

Creates a Body object with the specified parameters.

Properties

Link copied to clipboard
var limit: Int

The maximum number of messages to pick up.

Link copied to clipboard

The key of the message recipient.