CheckLimitsAndMakeRequestOptions

data class CheckLimitsAndMakeRequestOptions(val apiUserName: String, val apiToken: String, val link: String, val userName: String, val parameters: CheckLimitsAndMakeRequestParameters, val validate: Boolean = true)

Options for checking limits and making requests.

Constructors

Link copied to clipboard
constructor(apiUserName: String, apiToken: String, link: String, userName: String, parameters: CheckLimitsAndMakeRequestParameters, validate: Boolean = true)

Properties

Link copied to clipboard

The API token

Link copied to clipboard

The API username

Link copied to clipboard

The link to connect

Link copied to clipboard

The parameters for callbacks and socket handling

Link copied to clipboard

The user's display name

Link copied to clipboard
val validate: Boolean = true

Whether to validate the primary socket connection