Skip to content

Channel Constants are missing.  #925

@cleemullins

Description

@cleemullins

The Channel Constants seem to be missing from the Framework.

They ARE found in the choices dialog, which is a very weird place.

  public class Channels
        {
            public const string Facebook = "facebook";
            public const string Skype = "skype";
            public const string Msteams = "msteams";
            public const string Telegram = "telegram";
            public const string Kik = "kik";
            public const string Email = "email";
            public const string Slack = "slack";
            public const string Groupme = "groupme";
            public const string Sms = "sms";
            public const string Emulator = "emulator";
            public const string Directline = "directline";
            public const string Webchat = "webchat";
            public const string Console = "console";
            public const string Cortana = "cortana";
        }

Metadata

Metadata

Assignees

Labels

backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions