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