KikChannelProperties interface
The parameters to provide for the Kik channel.
Properties
api |
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty. |
is |
Whether this channel is enabled for the bot |
is |
Whether this channel is validated for the bot |
user |
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