【问题标题】:twilio api sending whatsapp messages with c#twilio api用c#发送whatsapp消息
【发布时间】:2021-01-19 19:53:36
【问题描述】:

请帮助我在 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

【问题讨论】:

  • 你需要安装nuget包,你安装了吗?
  • thaaaaaanks 那是我的问题
  • 我会将此作为答案发布,请点赞并标记为答案

标签: c# asp.net twilio


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2022-01-15
    • 2019-11-13
    • 1970-01-01
    • 1970-01-01
    • 2018-11-26
    • 1970-01-01
    • 2018-09-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多