标签: image twitter message tweetsharp
如何使用TweetSharp在Twitter上发送带图像的直接消息? (C#)我没有找到怎么做。
SendDirectMessageOptions msgOpt = new SendDirectMessageOptions(); msgOpt.UserId = id; msgOpt.Text = "text"; var result = service.SendDirectMessage(msgOpt);