LineChannelProperties interface
The parameters to provide for the Line channel.
Properties
callback |
Callback Url to enter in line registration. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server. |
line |
The list of line channel registrations |
Property Details
callbackUrl
Callback Url to enter in line registration. NOTE: This property will not be serialized. It can only be populated by the server.
callbackUrl?: string
Property Value
string
isValidated
Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server.
isValidated?: boolean
Property Value
boolean
lineRegistrations
The list of line channel registrations
lineRegistrations: LineRegistration[]