示例#1
0
 public static async Task <ITweet> PublishTweetInReplyTo(string text, long tweetToReplyToId)
 {
     return(await Sync.ExecuteTaskAsync(() => Tweet.PublishTweetInReplyTo(text, tweetToReplyToId)));
 }