次の方法で共有


KikChannelProperties interface

The parameters to provide for the Kik channel.

Properties

apiKey

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

isEnabled

Whether this channel is enabled for the bot

isValidated

Whether this channel is validated for the bot

userName

The Kik user name

Property Details

apiKey

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

apiKey?: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled: boolean

Property Value

boolean

isValidated

Whether this channel is validated for the bot

isValidated?: boolean

Property Value

boolean

userName

The Kik user name

userName: string

Property Value

string