コード例 #1
0
ファイル: TwitterService.cs プロジェクト: hugao0/tweetz
 public ValueTask CreateFavorite(string statusId) => twitterApi.CreateFavorite(statusId);