KikChannelPropertiesResponse

data class KikChannelPropertiesResponse(val apiKey: String? = null, val isEnabled: Boolean, val isValidated: Boolean? = null, val userName: String)

The parameters to provide for the Kik channel.

Constructors

Link copied to clipboard
constructor(apiKey: String? = null, isEnabled: Boolean, isValidated: Boolean? = null, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKey: String? = null

Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard

Whether this channel is enabled for the bot

Link copied to clipboard
val isValidated: Boolean? = null

Whether this channel is validated for the bot

Link copied to clipboard

The Kik user name