-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
With bots created with the new Azure Bot Service there seems to be an exception in the SendMessage response. I believe this is something to do with the Activity. A quick workaround for now (until a fix is ready) is to send a BasicActivity instead.
public class BasicActivity
{
public string type { get; set; }
public UserAccount from { get; set; }
public string text { get; set; }
public string id { get; set; }
public string replyToId { get; set; }
}
Metadata
Metadata
Assignees
Labels
No labels