LineChannelPropertiesResponse

data class LineChannelPropertiesResponse(val callbackUrl: String, val isValidated: Boolean, val lineRegistrations: List<LineRegistrationResponse>)

The parameters to provide for the Line channel.

Constructors

Link copied to clipboard
constructor(callbackUrl: String, isValidated: Boolean, lineRegistrations: List<LineRegistrationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Callback Url to enter in line registration.

Link copied to clipboard

Whether this channel is validated for the bot

Link copied to clipboard

The list of line channel registrations