示例#1
0
 public override Task <TwitterUser> Send(TwitterAccount account)
 {
     return(account.UpdateMuteAsync(_userId, _mute));
 }