Skip to content

How to handle messages with an attachment? #14

@jay2deguzman

Description

@jay2deguzman

When trying to send a message with an attachment, im getting an error exception, how can i handle this?

` if (activity.Type == ActivityTypes.Message)
{
try
{
await Conversation.SendAsync(activity, MakeRoot);
}
catch (Exception ex)
{

            }
        }`

Exception: The remote server returned an error: (400) Bad Request.
[File of type 'text/plain']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions