twilio api 使用 c# 发送 whatsapp 消息

时间:2021-01-19 19:53:36

标签: c# asp.net twilio

请帮助我在 WinForms 表单应用程序中工作,我正在尝试向客户端发送 whatsapp 消息。 我在我的项目中安装了 twilio api 包,但是当我尝试导入 twilio 命名空间时我不能

using System;
using System.Collections.Generic;
using Twilio;// but i can import this name space
using Twilio.Rest.Api.V2010.Account;//I can't import this name space
using Twilio.Types;//I can't import this name space

请帮助我知道该怎么做 我正在使用 vs2015 asp.net 并安装了 twilio v 5.8.3

1 个答案:

答案 0 :(得分:1)

尝试安装 Twilio nuget 包,这将得到解决。