Image TweetSharp使用图像发送直接消息(C#)

Image TweetSharp使用图像发送直接消息(C#),image,twitter,message,tweetsharp,Image,Twitter,Message,Tweetsharp,如何使用TweetSharp在Twitter上发送带有图像的直接消息?我不知道怎么做 SendDirectMessageOptions msgOpt = new SendDirectMessageOptions(); msgOpt.UserId = id; msgOpt.Text = "text"; var result = service.SendDirectMessage(msgOpt); 我有确切的问题,它返回空值,对吗?

如何使用TweetSharp在Twitter上发送带有图像的直接消息?我不知道怎么做

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

我有确切的问题,它返回空值,对吗?