【发布时间】:2016-12-22 07:22:35
【问题描述】:
我正在使用 Tweetsharp,我尝试使用 cod C# 发送消息
SendDirectMessageOptions msgOpt = new SendDirectMessageOptions();
msgOpt.UserId = id;
msgOpt.Text = "text";
var result = service.SendDirectMessage(msgOpt);
这个鳕鱼没用 我没有找到怎么做
【问题讨论】:
标签: send messages tweetsharp