How to send direct message with image in Twitter using TweetSharp? (C#) I didn't found how to do it.
SendDirectMessageOptions msgOpt = new SendDirectMessageOptions();
msgOpt.UserId = id;
msgOpt.Text = "text";
var result = service.SendDirectMessage(msgOpt);