TweetSharp发送带图像的直接消息(C#)

时间:2015-01-28 18:36:14

标签: image twitter message tweetsharp

如何使用TweetSharp在Twitter上发送带图像的直接消息? (C#)我没有找到怎么做。

SendDirectMessageOptions msgOpt = new SendDirectMessageOptions();
msgOpt.UserId = id;
msgOpt.Text = "text";
var result = service.SendDirectMessage(msgOpt);

0 个答案:

没有答案
相关问题