Udostępnij za pośrednictwem


KikChannelProperties(String, Boolean) Constructor

Definition

Initializes a new instance of KikChannelProperties.

public KikChannelProperties (string userName, bool isEnabled);
new Azure.ResourceManager.BotService.Models.KikChannelProperties : string * bool -> Azure.ResourceManager.BotService.Models.KikChannelProperties
Public Sub New (userName As String, isEnabled As Boolean)

Parameters

userName
String

The Kik user name.

isEnabled
Boolean

Whether this channel is enabled for the bot.

Exceptions

userName is null.

Applies to